Y9 Python Review

Y9 Python Review

9th Grade

30 Qs

quiz-placeholder

Similar activities

QUIZ Edublock Python

QUIZ Edublock Python

9th Grade

30 Qs

Introducción a la Sintaxis de Python

Introducción a la Sintaxis de Python

University

30 Qs

2-semestr 1-ON 2025

2-semestr 1-ON 2025

10th Grade

25 Qs

Soal TEST

Soal TEST

12th Grade

35 Qs

3 Tri C# 3

3 Tri C# 3

12th Grade

25 Qs

SAS Dasar Program Keahlian RPL Kelas X

SAS Dasar Program Keahlian RPL Kelas X

10th Grade - University

25 Qs

2-semestr  Yakuniy Nazorat

2-semestr Yakuniy Nazorat

10th Grade

25 Qs

BMW X5

BMW X5

University

25 Qs

Y9 Python Review

Y9 Python Review

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Sherianne Gajadhar

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to print 'Hello, World!' in Python?
print('Hello, World!')
echo 'Hello, World!'
printf('Hello, World!')
console.log('Hello, World!')

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a string in Python?
'123'
123
True
None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the input() function do?
Prints output
Takes user input
Defines a variable
Ends the program

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a float?
3.14
'3.14'
3
True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the data type of True?
int
str
bool
float

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol is used for comments in Python?
#
//
/* */
<!-- -->

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will print(2 + 3 * 4) output?
20
14
24
9

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?