Python Fundamentals: Variables and Printing

Python Fundamentals: Variables and Printing

4th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

4th - 7th Grade

10 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

Python Codehs

Python Codehs

7th - 12th Grade

10 Qs

DT Grade 7 Python Revision

DT Grade 7 Python Revision

7th - 8th Grade

12 Qs

Python

Python

1st - 10th Grade

10 Qs

Introduction to Python Review

Introduction to Python Review

9th - 12th Grade

11 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python Fundamentals: Variables and Printing

Python Fundamentals: Variables and Printing

Assessment

Quiz

Computers

4th Grade

Medium

Created by

Surrey Clayton Teacher Best Brains

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A type of Python snake

A container for storing data values

A print command

A mathematical constant

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable assignment in Python?

variable = 'Hello, World!'

2variable = 'Hello, World!'

variable-name = 'Hello, World!'

$variable = 'Hello, World!'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? ```python print("Hello\nWorld") ```

Hello World

HelloWorld

Hello\nWorld

Hello World

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `\n` symbol represent in Python?

A new tab

A new line

A space

A backslash

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python x = 10 print(x) ```

x

10

'x'

'10'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

my_variable

myVariable

1stVariable

variable1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python a = 5 b = 10 print(a + b) ```

5 + 10

15

a + b

510

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?