Error in floor division to generate quotient | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

21st Aug 2017, 5:44 AM
Sneha
3 Answers
+ 7
# Maybe you did something wrong, copy paste this code into the code playground, it works. print(20//6)
21st Aug 2017, 6:06 AM
Dev
Dev - avatar
+ 1
Sometimes you get a timeout. It is "no output".
21st Aug 2017, 6:11 AM
Paul
Paul - avatar
+ 1
You could also have a network issue
21st Aug 2017, 6:58 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar