in reply to Re^3: why is my for loop using modulo giving me a weird output
in thread why is my for loop using modulo giving me a weird output
print, you are performing the task print
while when you use IF then you are checking to see if the statement is true or false, If true then go and do what's inside the brackets. False, then don't go inside the brackets
|
|---|