0
Error in floor division to generate quotient
while simulating 20//6 the output should be 3 as per the course content..but it gives "no output" after simulation.
3 ответов
+ 7
# Maybe you did something wrong, copy paste this code into the code playground, it works.
print(20//6)
+ 1
Sometimes you get a timeout. It is "no output".
+ 1
You could also have a network issue