Sep-02-2019, 12:23 PM
(Sep-02-2019, 12:18 PM)buran Wrote: you need to convert to integer with int() function. see my previous example. you should be able to fix errors like this by now.
really it was close like this...

Quote:also note that range(1, 55)
will give you numbers from 1 to 54
Yes, this i noticed :P thank you for your patiencewhy do i need functions now?