A
Q. How many times the following loop will execute?
Code:
s1="flow of control in python"
for i in s1[1:5]:
print()
for i in s1[1:5]:
print()
- Correct Answer - Option(B)
- Views: 8
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.