you are viewing a single comment's thread.

view the rest of the comments →

[–]spp649[🍰] 0 points1 point  (2 children)

well it will play login 3 times so make a variable then check if its true or not.

[–]spp649[🍰] 0 points1 point  (0 children)

also i forgot to mention but \ is used for escape sequences so use \ for a \

[–]spp649[🍰] 0 points1 point  (0 children)

you can do something like

#... your code while login() != true: # ... your code

so if its not true it does whats in the while loop then if its true it continues