...

/

Quick Quiz on Iteration & Loops

Quick Quiz on Iteration & Loops

We'll cover the following...
1

What is the output of the following code?

for a in "Python":
  print (a)
A)

Python

B)

P

y

t

h

o

n

Question 1 of 40 attempted

Now that you have learned ...