- Get link
- Other Apps
- Get link
- Other Apps
Python File
- First, create a folder whose named "Python".
- In python (.py) is the extension of the python file.
- Let's write our first program in our first Python file, called helloworld.py, which can be opened in any text editor.
- Let’s write our first python program called:
- print("Hello World")
- Execute it then the output will come:
- Hello World
- Congratulations, you have successfully executed your first Python program.
- Get link
- Other Apps
Comments
Post a Comment