Python Quiz 1

Python Quiz 1

9th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Python GCSE

Python GCSE

10th Grade

27 Qs

Strings in python -1

Strings in python -1

11th Grade

22 Qs

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Bài kiểm tra số 2

Bài kiểm tra số 2

9th - 12th Grade

20 Qs

PYTHON BASIC 1 - 5

PYTHON BASIC 1 - 5

12th Grade

20 Qs

Python Quiz 1

Python Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Easy

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Created by

SR71 Blackmore

Used 25+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is python named after
The snake
Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the Windows environment in Python that lets you write your programs and then test them out?

Shell

Window

IDLE

CLI

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why will the following code not work:
print("Welcome to my program)
There is a quotation mark missing
print should be in uppercase
There should not be any brackets
print is spelt incorrectly

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?