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 との違いはわかりません。
if ステートメントが機能するように、文字列 '10' を整数に変換しようとしています。
これがスクリーンショットです。 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!")