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 ! +""" +