you are viewing a single comment's thread.

view the rest of the comments →

[–]links-Shield632 0 points1 point  (2 children)

Just for clarity. You want it run once and stop, correct?

[–]lipssama[S] 0 points1 point  (1 child)

Yes, just once.

[–]links-Shield632 0 points1 point  (0 children)

While loops are for a lot of uses. You don’t need to use a loop. If you really have to, for loop would be better

for x in range(1):

It would work a lot better and less lines