From b1785d9fbfb5200fb7a97b387a687975da2f24dd Mon Sep 17 00:00:00 2001 From: Damilola Ogedengbe Date: Thu, 12 Sep 2024 21:23:04 +0100 Subject: [PATCH] Added my Python file for merging --- gmc_first_py.py | 22 ++++++++++++++++++++++ 1 file changed, 22 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..2f4d0a1 --- /dev/null +++ b/gmc_first_py.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +"""GMC_first_py.ipynb + +Automatically generated by Colab. + +Original file is located at + https://colab.research.google.com/drive/182HCncCiv51eIryCbiO7O-MzwgGUdAAn +""" + + + +"""# Welcome to the world of Python! +## Intoducing the print function +`print` is a bulit in function in python + +""" + +print ("Hello World") + +print("My name is Damilola") + +print("I'm learning about gitbub and I'm going to add my work to a repository I cloned") \ No newline at end of file