Posts by ProgramBrando • 1 point
1 post
-
0
votes3
answers145
viewsA: Same codes, different outputs
Hey, how you doing? Within Python, each space serves for indentation, which is used to define structures. For example, if I want to show a count from 0 to 10 in Python, I do this: i = 0 while…