Python L2 Input & Variable

Python L2 Input & Variable

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Revision

Python Revision

8th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Python

Python

7th - 8th Grade

13 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python L1

Python L1

8th Grade - University

14 Qs

Year 9 Homework Quiz 1 - Python

Year 9 Homework Quiz 1 - Python

8th Grade

15 Qs

KG - Comp Sci Quiz 1

KG - Comp Sci Quiz 1

8th Grade

11 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 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:

Variable name

len("Roblox")

Input function

favorite_game

Print output

print("Hello")

String length

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

3rd_place

user_age

pet_name

input

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?