This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在
else
之后添加一个冒号,使其看起来像else:
。并选择一个好的教程;)add a colon after the
else
so that it looks likeelse:
. and pick up a good tutorial ;)看起来“else”后面需要一个“:”。
Looks like you need a ':' after "else".