diff --git a/Python/Hello-world b/Python/Hello-world new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/Python/Hello-world @@ -0,0 +1 @@ +print("Hello, World!") diff --git a/Python/Readme.md b/Python/Readme.md index 3cad284..2a6cea3 100644 --- a/Python/Readme.md +++ b/Python/Readme.md @@ -1 +1 @@ -### Hello World in Python +### Hello World Program in Python