From 27414e753b80fbfd336516da8812fbe4ea19c762 Mon Sep 17 00:00:00 2001 From: Rachael Ojujoh Date: Fri, 13 Sep 2024 20:11:54 +0100 Subject: [PATCH] added my python file for merging --- first_python_code.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 first_python_code.py diff --git a/first_python_code.py b/first_python_code.py new file mode 100644 index 0000000..99f7cd6 --- /dev/null +++ b/first_python_code.py @@ -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") +