Quick Quiz on Iteration & Loops
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the output of the following code?
for a in "Python":
print (a)
A.
Python
B.
P
y
t
h
o
n
1 / 4
Now that you have learned ...