From c3a59b562154226593d648de1c0d9c07c5771776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Mon, 20 May 2024 16:04:19 +0300 Subject: [PATCH] hello world example written --- python/hello_world.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/hello_world.py diff --git a/python/hello_world.py b/python/hello_world.py new file mode 100644 index 0000000..25e7d3f --- /dev/null +++ b/python/hello_world.py @@ -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 ! +""" +