Skip to content

Commit f1be23e

Browse files
committed
created python3 branch and added first solution
1 parent f7b6bd9 commit f1be23e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Introduction/SayHelloWorldWithPython.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
Subdomain : Introduction
44
Domain : Python
55
Author : Ahmedur Rahman Shovon
6-
Created : 15 July 2016
6+
Created : 23 July 2018
77
Problem : https://www.hackerrank.com/challenges/py-hello-world/problem
88
'''
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!"
9+
print("Hello, World!")

0 commit comments

Comments
 (0)