Computer Science, asked by rubickshyper, 10 months ago

how to run a Python code ?

Answers

Answered by awantikapundir
2

Answer:

hi it's your ans

I hope it help you

Attachments:
Answered by aryavmishra31
1

Answer:

The most basic and the easy way to run Python scripts is by using the python command. You need to open a command-line and type the word python followed by the path to your script file, like this: python first_script.py Hello World! Then you hit the ENTER button from the keyboard and that's it.

Similar questions