Python Quiz

Python Quiz

10th Grade

31 Qs

quiz-placeholder

Similar activities

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

Program Development - Python: Loops

Program Development - Python: Loops

9th - 10th Grade

26 Qs

Python new

Python new

3rd Grade - University

26 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

26 Qs

Project STEM Computer Science Principles

Project STEM Computer Science Principles

9th - 12th Grade

31 Qs

PTHS

PTHS

10th Grade

30 Qs

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

[AP CSP] Reading WHILE LOOP Code

[AP CSP] Reading WHILE LOOP Code

9th - 12th Grade

28 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Mohammed Mahir

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to output a message onto the screen in Python?

display

print

output

echo

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to print 'Welcome to Python!'?

print("Welcome to Python!")

print('Welcome to Python!')

print(Welcome to Python!)

print["Welcome to Python!"]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you print text over several lines efficiently in Python?

Using the \n character within a single print statement

Using a loop to print each line

Using multiple print statements

Using the /n character within a single print statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? print("Welcome to....\nComputer Science\nNewbies!!!")

Welcome to.... Computer Science Newbies!!!

Welcome to....\nComputer Science\nNewbies!!!

Welcome to.... Computer Science Newbies!!!

Welcome to.... Computer Science Newbies!!!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of using \n to print multiple lines in one statement?

print("Name\Color\Movie")

print("Name Color Movie")

print("Name\nColor\nMovie")

print("Name/Color/Movie")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using comments in Python code?

To execute a block of code

To provide explanations or notes for the code

To create variables

To import libraries

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to start a comment in Python?

//

/*

#

--

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?