Python Basics Quiz

Python Basics Quiz

University

31 Qs

quiz-placeholder

Similar activities

Data Analysis with Python 1

Data Analysis with Python 1

University

30 Qs

python collection

python collection

University

29 Qs

PYTHON

PYTHON

University

30 Qs

CS 1 Cycle 3 exam

CS 1 Cycle 3 exam

9th Grade - University

30 Qs

chương trình con trong python

chương trình con trong python

University

30 Qs

PROG3 - Chapter 2

PROG3 - Chapter 2

University

28 Qs

Assignment-2   Python Data Structures

Assignment-2 Python Data Structures

University

30 Qs

Python_intern

Python_intern

University

26 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Nurdaulet Nurlanuly

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? print(bool(""))

False

True

None

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start a Python script file?

By saving it with a .py extension.

By saving it with a .python extension.

By using #start as the first line.

By running python init in the terminal.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print([1, 2, 3] + [4, 5]) output?

[1, 2, 3, 4, 5]

12345

[5, 4, 3, 2, 1]

[1, 2, 3][4, 5]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to repeat a string multiple times in Python?

*

+

&

!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the is operator do in Python?

Checks if two variables point to the same object.

Compares the values of two variables.

Assigns a value to a variable.

Tests for membership in a sequence.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to round a number in Python?

round()

ceil()

floor()

approx()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an empty set in Python?

set()

{}

[]

()

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?