Python Variables

Python Variables

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Архивация файлов. Программное обеспечение

Архивация файлов. Программное обеспечение

6th Grade

10 Qs

Способы познания окружающего мира (6)

Способы познания окружающего мира (6)

6th Grade

15 Qs

Latihan PH 3 TIK Kelas 6

Latihan PH 3 TIK Kelas 6

6th Grade

10 Qs

Review for Midterm Test ICT 3

Review for Midterm Test ICT 3

1st - 11th Grade

15 Qs

Computer shortcuts

Computer shortcuts

KG - Professional Development

10 Qs

Refractive errors of the eye

Refractive errors of the eye

8th Grade

10 Qs

Random stuff

Random stuff

KG - Professional Development

12 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

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?