PYTHON QUIZZ

PYTHON QUIZZ

University

10 Qs

quiz-placeholder

Similar activities

Python Internship Quiz

Python Internship Quiz

12th Grade - University

15 Qs

Weekly Contest #11

Weekly Contest #11

University

10 Qs

HARI 3-KHAIRUN NI'MAH PENGENALAN CODING DAN AI

HARI 3-KHAIRUN NI'MAH PENGENALAN CODING DAN AI

6th Grade - University

10 Qs

ONLINE QUIZ

ONLINE QUIZ

University

15 Qs

Python - Functions

Python - Functions

University

11 Qs

App Inventor 4.0

App Inventor 4.0

University

10 Qs

Python Basics

Python Basics

University

10 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

PYTHON QUIZZ

PYTHON QUIZZ

Assessment

Quiz

Education

University

Hard

Created by

Auzoom four

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Kabir and Myra are having a friendly competition to see who can figure out the output of this Python code first:

x = 10

y = 5

x, y = y, x + y

print(x, y)

Can you help them out? What will be printed when they run this code?

10 5

5 15

15 10

5 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Our friend Aisha is trying to solve a little puzzle with numbers! Can you help her figure out what the value of x will be after she runs the following code?

x = 10

x += 5

x *= 2

x -= 3

20

24

23

25

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Can you help Dhruv, Aarav, and Anika figure out which of the following variables is a valid Python variable name?

3variable

_variable

variable!

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey Aashi! If you were to explain the magic of the ternary operator in Python to your friend Ananya, how would you phrase it? Which of the following options captures the correct syntax?

x if condition else y

if x then y else z

x ? y : z

condition ? x : y

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! 🧙‍♂️ Which of the following operators do you think is a no-show when it comes to comparing two values in Python?

a) ==

b) <=

c) !=

d) =>

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! What do you think will be printed after the following Python code is executed?

x = 5

if x == 5:

print("Equal")

else:

print("Not Equal")

Will Alisha and Kavya cheer for the right answer, or will Aashi be left puzzled? Let's find out!

Equal

Not Equal

None

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Ria, Advait, and Myra are having a debate about a tricky Python expression. Can you help them settle it? What do you think is the result of the following expression?

not (True and False)

True

False

None

Error

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?