+ 1
i = 1 while i <=28: print(i) i = i + 8 print("Task Incomplete..!") i = 19 while i >=0: print(i) i = i-2 print('
what is the output of this code....!😉
4 Antworten
+ 1
The result is right
+ 1
Oh sorry for my mistake
what is the output of this code....!😉