Python Quiz

Python Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

🐍 Python🐍

🐍 Python🐍

5th - 9th Grade

15 Qs

Python List

Python List

4th Grade - University

15 Qs

Programming in Python, Lists - 9RH

Programming in Python, Lists - 9RH

8th - 10th Grade

17 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Python lists

Python lists

8th Grade

10 Qs

Python List Practice

Python List Practice

8th - 9th Grade

10 Qs

Grade 8

Grade 8

8th Grade

19 Qs

LIST IN PYTHON

LIST IN PYTHON

8th - 10th Grade

15 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?