+ 1
Why the output of my code is ( g g g END ) and not (9 8 7 END)
g = 9 while g > 6: print ("g") g = g - 1 print ("END")
1 Answer
+ 5
Because you have to remove the quotes from the g in the print function :)
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Тренажер кода
0 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes