Write a Python program to print “Hello, World!”?
Aim: To demonstrate the basics of Python Programming
Algorithm:
Step1: Start.
Step 2: Use the built-in print() function to display text.
Step 3: Inside the parentheses of the print() function, write “Hello World!” (inside double or single quotes).
Step 4: Run the program.
Step 5: Stop.
In PyCharm, create a new Python file test.py.
Type:
Run the file (Shift + F10 or green play button).
If you see Hello, Python & PyCharm! in the console — ✅ You’re ready to code.
Credits: Teachics Malayalam