Python-01-Basic-Test

Python-01-Basic-Test

10 Qs

quiz-placeholder

Similar activities

QUIS BACAKU 1

QUIS BACAKU 1

1st - 5th Grade

15 Qs

DEBATE REGRADO

DEBATE REGRADO

Professional Development

6 Qs

Introduction to Culinary Arts Syllabus Quiz

Introduction to Culinary Arts Syllabus Quiz

9th Grade

10 Qs

Tin 7 Hk2_ Go diem TX1

Tin 7 Hk2_ Go diem TX1

KG

10 Qs

Q4 Grammar Test

Q4 Grammar Test

KG - University

10 Qs

G.10 Literature: Short Essay Quiz

G.10 Literature: Short Essay Quiz

9th - 12th Grade

15 Qs

CL 8- 6. Python function

CL 8- 6. Python function

KG - University

10 Qs

Python

Python

KG - University

15 Qs

Python-01-Basic-Test

Python-01-Basic-Test

Assessment

Quiz

others

Hard

Created by

Chun-Jung Lin

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is an annotation symbol in Python?
$
//
#
%

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is an incorrect variable name?
if
mary
str56
error_i

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

num = 8 + True, what is the value of num?
0
1
8
9

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the result displayed by print(type(56.0))?
str
float
int
double

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is wrong?
print(23 + "67")
print(23 + int("67"))
print(str(23) + "67")
print(str(23) + str("67"))

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

num = 96 % 5, what is the value of num?
0
1
19
20

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

num = 5, then what is the value of 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?