python-CSD-kursu/python/hello_world.py

9 lines
240 B
Python

# First code for Python Programming Language
# Let's write a traditional "Hello World" with print
print("Hello World from Ubuntu 22.04 LTS/Ubuntu Pro with Python Programming Language")
"""
Let's send our code to our git repository !
"""