Python L2 Input & Variable

Python L2 Input & Variable

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python L1

Python L1

8th Grade - University

14 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Year 7 Python

Year 7 Python

7th Grade

12 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Python L2 Input & Variable

Python L2 Input & Variable

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the input() function do in Python?

Displays output on the screen

Calculates numbers

Asks the user for input and waits for a response

Combines two strings

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Fill in the blank: To count the number of characters in a string, you use the ______() function.

3.

MATCH QUESTION

1 min • 1 pt

Match each term with its correct example:

String length

len("Roblox")

Variable name

favorite_game

Input function

print("Hello")

Print output

input("Your name?")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: You can start a variable name with a number.

True

False

5.

REORDER QUESTION

1 min • 1 pt

Arrange the steps to swap values of variables a and b using a temporary variable.

temporary = a

a = b

b = temporary

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid variable name in Python?

1stName

print

user_name

your name

7.

CLASSIFICATION QUESTION

3 mins • 2 pts

Good Variable Names vs Bad Variable Names

Groups:

(a) Good Variable Names

,

(b) Bad Variable Names

user_age

input

pet_name

3rd_place

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?