Python 4.2 and 4.3

Python 4.2 and 4.3

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

Amazing Quiz

Amazing Quiz

5th Grade

11 Qs

Python Basics

Python Basics

1st Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Python Quiz - 4

Python Quiz - 4

4th - 11th Grade

10 Qs

Python

Python

KG - Professional Development

13 Qs

Python

Python

3rd - 10th Grade

10 Qs

9.03 Programming Iteration

9.03 Programming Iteration

5th - 10th Grade

10 Qs

Python 4.2 and 4.3

Python 4.2 and 4.3

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Hor JunYen

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python every comment begins with which symbol?

@

*

#

!

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

IDLE uses color to show different type of code. Red color is for______?

comment

string

output

print function

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

IDLE uses color to show different type of code. Green color is for______?

comment

string

output

print function

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

IDLE uses color to show different type of code. Purple color is for______?

comment

string

output

print function

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The rules of programming language is called?

python

comment

syntax

siren

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one is the special print command for makes a blank line?

print ("\N")

Print ("\N")

print ("\n")

print (n)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The message will tell users what they should type in. This message will called a_______?

prompt

print

pending

push

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Here is a line of python. What is the name of variable? Name = Alex

Name

Alex

=

Name = Alex