We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b6bd9 commit f1be23eCopy full SHA for f1be23e
1 file changed
Introduction/SayHelloWorldWithPython.py
@@ -3,14 +3,7 @@
3
Subdomain : Introduction
4
Domain : Python
5
Author : Ahmedur Rahman Shovon
6
-Created : 15 July 2016
+Created : 23 July 2018
7
Problem : https://www.hackerrank.com/challenges/py-hello-world/problem
8
'''
9
-#This is a single line comment
10
-'''
11
-This is
12
-a
13
-multiline comment
14
15
-#write your code in next line.
16
-print "Hello World!"
+print("Hello, World!")
0 commit comments