[Tutor] Explanation of this print statement

Shawn Byers shawnbyers47 at gmail.com
Mon Feb 9 00:01:52 CET 2015


Hello I was wondering if someone could explain this print statement

for r in range(6,0,-1):
         print((6-r)*''+r*'o')


More information about the Tutor mailing list