...

/

Quiz: Getting Started

Quiz: Getting Started

Let's test what you've learned so far.

We'll cover the following...
Technical Quiz
1.

What is the output of the following code?

string = "Hello, World!"
print(string[7:12])
A.

“World”

B.

“Hello”

C.

“World!”

D.

“Worl”


1 / 5