From 07e9bbebf61a88834036d64979b4fa9025956c79 Mon Sep 17 00:00:00 2001 From: meharshadchavan <155050207+meharshadchavan@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:20:47 +0530 Subject: [PATCH] first file uploaded html file python file --- !DOCTYPE.html | 13 +++++++++++++ my_first_hello_world_program_in_python.py | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 !DOCTYPE.html create mode 100644 my_first_hello_world_program_in_python.py diff --git a/!DOCTYPE.html b/!DOCTYPE.html new file mode 100644 index 0000000..3d58134 --- /dev/null +++ b/!DOCTYPE.html @@ -0,0 +1,13 @@ + + + +Page Title + + + +

This is a Heading

+

This is a paragraph.

+ + + + diff --git a/my_first_hello_world_program_in_python.py b/my_first_hello_world_program_in_python.py new file mode 100644 index 0000000..3d29661 --- /dev/null +++ b/my_first_hello_world_program_in_python.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +"""my first hello world program in python.ipynb + +Automatically generated by Colab. + +Original file is located at + https://colab.research.google.com/drive/1bywdqWohWVI5rpl4y2F7dVWALgb6HmuJ +""" + +print("Hello World") + +"""**bold text**""" \ No newline at end of file