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