Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python 1 урок

Python 1 урок

6th Grade

7 Qs

Pre-assessment

Pre-assessment

7th Grade

13 Qs

Ch5串列與元組-綜合演練選擇題

Ch5串列與元組-綜合演練選擇題

6th - 8th Grade

10 Qs

Викторина по языку Python

Викторина по языку Python

6th - 8th Grade

10 Qs

print

print

8th Grade

9 Qs

Quiz Google sheet inf 8 semester ganjil

Quiz Google sheet inf 8 semester ganjil

8th Grade

10 Qs

5-sinf. Kompyuter va Internet Asoslari

5-sinf. Kompyuter va Internet Asoslari

5th Grade - University

15 Qs

Викторина по основам Python

Викторина по основам Python

8th Grade

10 Qs

Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Easy

Created by

Vans Tsai

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者是 Python 的註解符號?

$

//

#

%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者是錯誤的變數名稱?

if

mary

str56

error_i

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num = 8+ True,num 的值為何?

0

1

8

9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(type(56.0))顯示的結果為何?

str

float

int

double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者錯誤?

print(23 + "67")

print(str(23) + "67")

print(23 + int("67"))

print(str(23) + str("7")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num = 96%5,num 的值為何?

0

1

19

20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num =5,則num **=3 的值為何?

3

15

25

125

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?