1.

for i in range(0 , -2 , -1):
print(i)
15.What will be the result of following Python code snippet after execution?

A. hello world
B. hi
C. hi world
D. hello
Answer» E.


Discussion

No Comment Found