We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2897c commit 2ca61f9Copy full SHA for 2ca61f9
hello-world.py
@@ -0,0 +1,9 @@
1
+""" This file is create and managed by Tahir Iqbal
2
+ ----------------------------------------------
3
+ It can be use only for education purpose
4
+"""
5
+
6
+# print is pre-defined built-in python function to display given parameter
7
+print("Hello World!")
8
+print("Welcome to my repository")
9
+print("Tap on star and fork to share & help to others")
0 commit comments