Posts by user220211 • 1 point
1 post
-
0
votes1
answer80
viewsQ: I need help understanding this code
I’m starting in python watching video lessons on youtube,the following exercise has been passed: if 10 <= saque <= 600: notas_cem = saque // 100 saque = saque % 100 I DIDN’T UNDERSTAND THESE…