...

/

Quiz: Python’s Essentials

Quiz: Python’s Essentials

Let's test what you've learned about Python fundamentals.

We'll cover the following...

Choose the correct option:

1.

How can we compute 5 to the power of 3 in Python?

A.

535*3

B.

55555*5*5*5

C.

535**3

D.

353**5


1 / 5