Basic Python Review 228

Basic Python Review 228

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

python quiz

python quiz

12th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Basic Python Review 228

Basic Python Review 228

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mr Minyard

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print(8 + 2)`

10

82

8

2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print("Hello" + "World")`

HelloWorld

Hello World

"Hello" "World"

Hello+World

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print(9 * 3)`

27

93

9

3

999

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print("Python" * 3)`

PythonPythonPython

Python3

Python * 3

"Python" "Python" "Python"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print(15 - 5)`

10

15

5

155

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? `print("Fish" + " & " + "Chips")`

Fish&Chips

FishChips

Fish + Chips

"Fish" & "Chips"

Fish & Chips

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following Python code print? `print(100 / 10)` (Assume Python 3)

10

100

10.0

1

100 / 10

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?