Python Variables

Python Variables

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

User Input in Python

User Input in Python

8th Grade

8 Qs

Python. Умовний оператор

Python. Умовний оператор

5th - 10th Grade

11 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Типы данных Python2

Типы данных Python2

6th Grade - University

12 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Chapter 2 Python

Chapter 2 Python

8th Grade - University

13 Qs

Delphi Basics 2

Delphi Basics 2

8th - 10th Grade

10 Qs

Душим питона

Душим питона

1st - 12th Grade

13 Qs

Python Variables

Python Variables

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Moksh Katariya

Used 28+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Media Image

What will it print

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will it print

Error

15

print

'15'

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Can we use reserved names as variable name

True

False

I don't know

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will it print

Media Image
Media Image
Media Image

5.

FILL IN THE BLANK QUESTION

20 sec • 20 pts

Make a variable named var and assign value as value

6.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

Why the following variable name invalid for python:


1st_Name = 153156456456415

No special characters other than underscore

The variable name starts with a number

Keep names meaningful

There is nothing wrong with this variable name

7.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

x = str(3)
y = int(3)
z = float(3)

x = 3

y = 3

x = 3.00

x = '3'

y = 3

z = 3.0

x = '3

y = 3

z = 3.0

x = 3

y = 3

z = 3.0

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?