Quick Quiz on Iteration & Loops
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
Get hands-on with 1400+ tech skills courses.
What is the output of the following code?
for a in "Python":
print (a)
Python
P
y
t
h
o
n
Get hands-on with 1400+ tech skills courses.