Python Quiz

Python Quiz

10th Grade

31 Qs

quiz-placeholder

Similar activities

Python  conditionals, and loops |Part 3

Python conditionals, and loops |Part 3

10th Grade

36 Qs

Unit 1 Module 1 Review

Unit 1 Module 1 Review

9th - 12th Grade

32 Qs

IF ELSE

IF ELSE

10th Grade

28 Qs

Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

Iteration

Iteration

10th Grade

30 Qs

Python: Control Structures Review

Python: Control Structures Review

9th Grade - University

34 Qs

Exam 1 Python 101 (Tynker)

Exam 1 Python 101 (Tynker)

9th - 12th Grade

30 Qs

Key Programming Concepts

Key Programming Concepts

5th - 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?