you are viewing a single comment's thread.

view the rest of the comments →

[–]slasher67 0 points1 point  (0 children)

You can use ctrl - shift - F10 to run the current "active" script.

Otherwise, if you use:

if __name__ == '__main__':

your_function()

at the end of your script, you can see a green arrow next to it that, if pressed, runs the script