From 42df498bfab4b2db945b9e6e7fdd9f8e9ab4bf65 Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Wed, 2 Oct 2019 17:35:14 +0530 Subject: [PATCH 1/2] Add files via upload --- untitled9.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 untitled9.py diff --git a/untitled9.py b/untitled9.py new file mode 100644 index 0000000..1d9736a --- /dev/null +++ b/untitled9.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +"""Untitled9.ipynb + +Automatically generated by Colaboratory. + +Original file is located at + https://colab.research.google.com/drive/1yFpc-U6nXEY9mvEs42dhNhPkpp3RzMB0 +""" + +print("Hello World") \ No newline at end of file From 5eda3ce6341e1fc8520b2af3abcbd8e2842786d8 Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:13:41 +0530 Subject: [PATCH 2/2] Create helloinpython --- Python/helloinpython | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python/helloinpython diff --git a/Python/helloinpython b/Python/helloinpython new file mode 100644 index 0000000..cb0ca60 --- /dev/null +++ b/Python/helloinpython @@ -0,0 +1 @@ +print("Hello!!!")