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