0 points
Mon Aug 17 2020 10:24:53 GMT+0000 (UTC)
Posted by @SwarleyBL
_ = 5 while _ < 10: print(_, end = ' ') # default value of 'end' id '\n' in python. we're changing it to space _ += 1
Copy this code:
Preview:
Comments