Ask a Question
Blogs What will be the output of the following Python code?
for i in range(10):
if i == 5:
break
else:
print(i)
else:
print("Here")
What will be the output of the following Python code?
for i in range(10):
if i == 5:
break
else:
print(i)
else:
print("Here")
Fuel your ambition, discover your passion and achieve your professional goals with LetsUpgrade.
Sign Up Now