Python 4.2 and 4.3

Python 4.2 and 4.3

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

Python (введение)

Python (введение)

5th Grade

10 Qs

Python Unit 1: Input/Output Review

Python Unit 1: Input/Output Review

5th - 12th Grade

7 Qs

for---Loop

for---Loop

3rd Grade - University

13 Qs

python basic

python basic

5th - 8th Grade

10 Qs

Editing & Formatting in MS Word 2016

Editing & Formatting in MS Word 2016

3rd Grade

10 Qs

Grade 3 Review

Grade 3 Review

3rd Grade

12 Qs

Comments in Python

Comments in Python

5th - 8th Grade

10 Qs

Review Royale

Review Royale

4th 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