wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Python Spring Camp Acticvity

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Data type of False

False のデータ型

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

2.

Data type of True

True のデータ型

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

3.

Data type of 78.0

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

4.

Data type of 89

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

5.

Data type of "Hello WORLD"

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

6.

Data type of "I am SaE"

a)

Boolean

ブール値

b)

String

c)

Integer

整数

d)

Float

浮く

7.

What is the variable ? userAge=56

変数とは何ですか?userAge=56

a)

userAge

b)

56

c)

=

8.

What is the data? userAge=56

データは何ですか?userAge=56

a)

userAge

b)

56

c)

=

9.

Is it Valid? 1x="Hello"

それは有効ですか?

a)

error

b)

valid

10.

What is the operator? userAge=56

オペレーターとは?userAge=56

a)

userAge

b)

56

c)

=

11.

what will be the output ? print("Hello")

結果はどうなりますか?

a)

print("Hello")

b)

Error

c)

Hello

12.

What will be the result ? print(89+10)

結果はどうなりますか? print(89+10)

a)

89+10

b)

99

13.

what wiil be the result? print(True)

結果はどうなりますか?

a)

True

b)

False