+ 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 Réponses
+ 5
You've forgot the ' and the ) at the end.
But the result is :
1
9
17
25
Task incomplete..!
19
17
15
13
11
9
7
5
3
1
+ 5
Thanks :)
+ 1
The result is right
+ 1
Oh sorry for my mistake