Search Header Logo

Python Basics Quiz

Authored by Nurdaulet Nurlanuly

Computers

University

Used 1+ times

Python Basics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to get all the keys of a dictionary?

keys()

values()

items()

get_keys()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is unordered in Python?

set

list

tuple

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a boolean in Python?

False

None

True

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print(bool(0)) output?

False

True

Error

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to open a file for writing in Python?

open("file.txt", "w")

open("file.txt", "r")

open("file.txt", "a")

write("file.txt")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python keyword is used to exit a function?

return

break

exit

stop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new line in a string in Python?

\n

\t

\\

//

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?

Discover more resources for Computers