From a305661758ba2bee55c9797d000aa1eca048bceb Mon Sep 17 00:00:00 2001 From: Kolawole-Jacobs Demilade Date: Thu, 12 Sep 2024 21:23:07 +0100 Subject: [PATCH] Added my python file for merging --- gmc_first_py.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..d9f1c08 --- /dev/null +++ b/gmc_first_py.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +"""GMC_first_py.ipynb + +Automatically generated by Colab. + +Original file is located at + https://colab.research.google.com/drive/18VBSGp8vwh1WHVFz5C0qE-rmRCiPssos + +# Welcome to the world of Python! + +### Introducting The Print Function + +`print` is a built-in function in python + +# Welcome to the world of Python! + +We'd write our first lines of code in Python today! Yayyy! + +### Introducing The Print Function + +`print` is a built-in function in Python +Python is case sensitive i.e Print != print +""" + +print("Hello World") + +print("My name is Demilade") + +print("I'm learing about github and I am going to add my work to a repository I cloned") +