...

/

Quiz Yourself on Python Basics

Quiz Yourself on Python Basics

Test your knowledge of Python basics.

We'll cover the following...

Quiz

1.

What will be the output of the expression given below?

9 ** 2 // 5 - 3
A.

9

B.

13

C.

14

D.

40


1 / 7