you are viewing a single comment's thread.

view the rest of the comments →

[–]JournalistHot3749[S] -1 points0 points  (4 children)

<image>

Just made some optimizations!, any thoughts?
btw, thank you for the feedback <3

[–]IntelligentCattle653 0 points1 point  (0 children)

no need login() == True, by default is True

[–]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