hello world example written

This commit is contained in:
Mert Gör 🇹🇷 2024-05-20 16:04:19 +03:00
parent b29d9b32c5
commit c3a59b5621
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F

9
python/hello_world.py Normal file
View File

@ -0,0 +1,9 @@
# 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 !
"""