Create a file called hello.py and write:
print("Hello, welcome to Python programming!")
Run the file using:
python hello.py
If you see the message, congratulations 🎉
Create a file called hello.py and write:
print("Hello, welcome to Python programming!")
Run the file using:
python hello.py
If you see the message, congratulations 🎉