From a742aa461b5ab8a7f1d9c08182226596ba70613d Mon Sep 17 00:00:00 2001 From: Olugbenga Ladipo Date: Thu, 12 Sep 2024 21:24:36 +0100 Subject: [PATCH] added my python file for merging --- gmc_first_py.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gmc_first_py.py diff --git a/gmc_first_py.py b/gmc_first_py.py new file mode 100644 index 0000000..64e32fd --- /dev/null +++ b/gmc_first_py.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +"""GMC_first_py.ipynb + +Automatically generated by Colab. + +Original file is located at + https://colab.research.google.com/drive/1QwzaETn3B8yO93dajUC0drbH1HUTYz8d +""" + + + +""" +#welcome to the World of Python!! + +## Introducing the print function + +`print` is a built-in function in Python and it is case sensitive""" + +print("hello world") + +print("my name is Olugbenga") + +print("I'm learning about github and I am gonna add my work to a repository I cloned") \ No newline at end of file