NEW
Font size
WorksheetsPython Spring Camp Acticvity
Total questions: 13
Worksheet time: 7mins
Data type of False
False のデータ型
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
Data type of True
True のデータ型
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
Data type of 78.0
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
Data type of 89
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
Data type of "Hello WORLD"
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
Data type of "I am SaE"
Boolean
ブール値
String
弦
Integer
整数
Float
浮く
What is the variable ? userAge=56
変数とは何ですか?userAge=56
userAge
56
=
What is the data? userAge=56
データは何ですか?userAge=56
userAge
56
=
Is it Valid? 1x="Hello"
それは有効ですか?
error
valid
What is the operator? userAge=56
オペレーターとは?userAge=56
userAge
56
=
what will be the output ? print("Hello")
結果はどうなりますか?
print("Hello")
Error
Hello
What will be the result ? print(89+10)
結果はどうなりますか? print(89+10)
89+10
99
what wiil be the result? print(True)
結果はどうなりますか?
True
False
