Python Basics Quiz

Python Basics Quiz

5th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics - Lesson 1

Python Basics - Lesson 1

KG - University

10 Qs

Bits, Pixels, Python

Bits, Pixels, Python

5th Grade

10 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python

Python

KG - 9th Grade

8 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Introduction to Python Programming

Introduction to Python Programming

5th - 9th Grade

10 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

variable

variable

KG - 5th Grade

11 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

5th Grade

Hard

Created by

John Streety

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print 'Hello, World!' in Python?

System.out.println('Hello, World!')

print('Hello, World!')

echo 'Hello, World!'

printf('Hello, World!')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

#

//

/*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable in Python?

x = 5

x := 5

int x = 5

var x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? if 5 > 2: print('Five is greater than two!')

5 > 2

Nothing

Syntax Error

Five is greater than two!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for Python files?

.pyt

.python

.pt

.py

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you skip indentation in Python?

Warning

The code will run but with a different output

Nothing

Syntax Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many spaces are most commonly used for indentation in Python?

8

2

4

1

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?