Taranpreet Singh posted in assignments resources
1 year ago

First Python Program

Certainly! Here's a simple "Hello, World!" program in Python:

print("Hello, World!"

When you run this program, it will simply print the text "Hello, World!" to the console.