On Friday, February 7, 2014 11:11:37 PM UTC+2, Mark Lawrence wrote: > > Fancy wasting two whole characters when this will suffice > > print("{}:{}".format(minutes,seconds)) :) > > > Mark Lawrence
Hmmmm, got error: File "<stdin>", line 1 print("{}:{}".format(minutes,seconds)) :) ^ SyntaxError: invalid syntax :-) -- https://mail.python.org/mailman/listinfo/python-list