Python 3.7.Ob2 is Python's Integrated Development and Learning Envrionment.
You can write your code directly in Python 3.7.0b2 or you can create a file with text editor and save it with extension .py and run it from Python 3.7.0b2.
For running a .py file, you must first create a file. Here is a file called helloworld.py and save it to your location of choice.
------------
pythonfile_1
-----------
Now launch Python 3.7.0b2 and type in the following statement and enter to execute.
-------------
Pythonfile_2
--------------
Notice you need double slashes.
You can write your code directly in Python 3.7.0b2 or you can create a file with text editor and save it with extension .py and run it from Python 3.7.0b2.
For running a .py file, you must first create a file. Here is a file called helloworld.py and save it to your location of choice.
------------
pythonfile_1
-----------
Now launch Python 3.7.0b2 and type in the following statement and enter to execute.
-------------
Pythonfile_2
--------------
Notice you need double slashes.
No comments:
Post a Comment