Search Header Logo

Python MCQ Quiz

Authored by Geetha AIDS

Other

University

Used 3+ times

Python MCQ Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct way to declare a variable in Python?

var = 10

int x = 10

x := 10

x = 10

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of print(3 + 2 * 2) in Python?

5

8

10

7

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is used for comments in Python?

/* */

//

#

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code output? x = 5; x = x + 2; print(x)

5

Error

7

10

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a data type in Python?

list

int

string

char

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the result be for the following Python code? for i in range(3): print(i)

0 1 2

Error

1 2 3

0 1 2 3

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements is used to exit a loop in Python?

end

exit

break

continue

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?