Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions gmc_first_py.py
Original file line number Diff line number Diff line change
@@ -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")