Learn with me, on my journey of discovery about ... everything, but mainly computers and programming.
Thank YOu !
thanks
THANK YOU THANK YOU THANK YOU
That only works as x+1 for a continuous one you need to use a while loop. For instance;x=0while x<50:>>x+=1>>print(x)>>if x==25:>>>>print(x, 'Halfway')>>elif x==50:>>>>print(x, 'Done')
no
So, what did you think?
Thank YOu !
ReplyDeletethanks
ReplyDeleteTHANK YOU THANK YOU THANK YOU
ReplyDeleteThat only works as x+1 for a continuous one you need to use a while loop. For instance;
ReplyDeletex=0
while x<50:
>>x+=1
>>print(x)
>>if x==25:
>>>>print(x, 'Halfway')
>>elif x==50:
>>>>print(x, 'Done')
no
Delete