我m doing a very simple piece of code, and it keeps generating a Syntax error, multiple statements found while compiling a single statement. I can
看不出我的代码有什么问题!:( ,请查看链接,因为我在这里输入的代码可能是正确的,但我看不出它与 IDLE 链接中的代码之间的区别。
我正在尝试将字符串 '10' 转换为整数,以便 if 语句起作用。
这是屏幕截图。 http://www.screencast.com/t/0zItqcn5P6d
age = '10'
converted_age = int(age)
if converted_age == 10:
print("whats the best way to speak to a monster?")
print("from as far away as possible!")