0
Tried running the 7% (5//2) but got no output?
I tried executing that in the code playground to get the answer, but I keep getting no output. am I over looking something?
3 Respuestas
+ 16
print(7%(5//2))
+ 2
print, print, that makes sense.
+ 1
type command including print
print(7%(5//2)