1) What is a correct syntax to output "Hello World" in Python? a) echo (Hello World) b) echo "Hello World" c) p("Hello World") d) print("Hello World") 2) How do you insert COMMENTS in Python code? a) #this is a comment b) /*this is a comment*/ c) //this is a comment 3) Which one is NOT a legal variable name? a) my_var b) my-var c) _myvar d) myvar 4) How do you create a variable with the numeric value 5? a) X=int5 b) X=int(5) c) all answers are correct d) x=5 5) What is the correct file extension for Python files? a) .py b) .pt c) .phy d) .pyt

さんの投稿です

リーダーボード

表示スタイル

オプション

テンプレートを切り替える

自動保存: を復元しますか?