Python 4.2 and 4.3

Python 4.2 and 4.3

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

Python

Python

3rd - 10th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python (введение)

Python (введение)

5th Grade

10 Qs

Comments in Python

Comments in Python

5th - 8th Grade

10 Qs

Python

Python

KG - Professional Development

13 Qs

JC Quizizz Assignment

JC Quizizz Assignment

KG - 4th Grade

10 Qs

Moj prvi program 5.r

Moj prvi program 5.r

5th Grade

10 Qs

Python Unit 1: Input/Output Review

Python Unit 1: Input/Output Review

5th - 12th Grade

7 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