0
Pls help me with this code
m=0 for i in range (100): r=i%22 m=max(m,i-r) print(m)
4 Antworten
+ 6
What's the problem ?? Btw u have done syntax error. Give space properly after for :
+ 5
Is 4th line also under for loop ?? Or it is outside the for loop ??
+ 2
AMAN TOMAR , to get better help from the community, try posting the link of your code in the playground rather than posting the code over here as sometimes it messes up with the indentations which is essential for Python.
0
The logic for output