Understanding Python Variable Syntax

Understanding Python Variable Syntax

7th Grade

30 Qs

quiz-placeholder

Similar activities

Scratch coding

Scratch coding

7th - 9th Grade

35 Qs

Revision

Revision

6th - 8th Grade

32 Qs

Coding Basics Vocab Review

Coding Basics Vocab Review

7th Grade

33 Qs

SCRATCH QUIZ 2.2

SCRATCH QUIZ 2.2

7th Grade

30 Qs

CodeHS Tracy Functions

CodeHS Tracy Functions

6th - 10th Grade

30 Qs

Homework 06/12/2021

Homework 06/12/2021

7th - 11th Grade

25 Qs

IH Code-A-Thon Gr-7

IH Code-A-Thon Gr-7

7th Grade

30 Qs

Python Exam

Python Exam

6th - 8th Grade

30 Qs

Understanding Python Variable Syntax

Understanding Python Variable Syntax

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Quentin Deen

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

2nd_place

second_place

second-place

second place

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value will the variable `color` have after the following code? `color = "red"`

red

"red"

color

'color'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in Python?

book_shelf

bookShelf

book-shelf

book_shelf2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of `points` after this code? `points = 44`

"44"

44

points

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names follows Python's naming rules?

1st_place

firstPlace

first-place

first place

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of value is stored in the variable below? `animal = "cat"`

Integer

String

Boolean

Float

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to assign the value 10 to a variable named `score`?

score == 10

score = 10

10 = score

score := 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?