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
19 changes: 19 additions & 0 deletions first_python_code.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
"""first python code.ipynb

Automatically generated by Colab.

Original file is located at
https://colab.research.google.com/drive/1NdsrV9xxdXz4YPobFkTKDMjZev6WrWv-

# welcome to python

### introducing the print function
"""

print("hello world!!")

print("my name is rachael")

print("i'm learning about githb and i'm going add my work to a repository i cloned")