Python Quiz

Python Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

GRADE 8/9

GRADE 8/9

8th - 9th Grade

10 Qs

Python list

Python list

8th Grade

20 Qs

Python Lists

Python Lists

6th - 10th Grade

15 Qs

Year 8 - Python List (Homework Quiz 1)

Year 8 - Python List (Homework Quiz 1)

8th Grade

10 Qs

Python List Methods

Python List Methods

8th - 9th Grade

10 Qs

list 6th

list 6th

7th Grade - University

20 Qs

Python Quiz

Python Quiz

8th Grade

20 Qs

Python Data Structures

Python Data Structures

8th - 12th Grade

10 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ains Home

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a .......................

webpage

Progrmming languagea

Non programming Language

Snake

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for Python files?

.py

.java

.html

.css

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 5
y = 3
print(x + y)

8

53

5 + 3

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'print' statement in Python?

To display the output

To define a variable

To perform mathematical operations

To create a loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 10
y = 7
print(x - y)

3

17

10 - 7

70

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'len' function in Python?

To display the length of a string

To define a variable

To perform mathematical operations

To create a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 15
y = 7
print(x / y)

2.14

2

15 / 7

107

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?