+ 1
What will be the output ?
for i in range(1,3): if (i%2==0): for j in range(i,2): print("hi") else print('hello') else: for j in range(i,3): pass else print(i)
1 Antwort
+ 1
Many errors, bit if fixed, here is the output
https://code.sololearn.com/cl2g9clV4NV7/?ref=app