Skip to content

Commit

Permalink
Merge pull request #19 from BeAsYit/python-helloworld
Browse files Browse the repository at this point in the history
Update Python.py
  • Loading branch information
ambujraj authored Oct 1, 2018
2 parents 4277da8 + 40e7566 commit 2ccd81c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hello-world/Python.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
x='Hello'
y=' World'
print(x+y)
my_str = ""
for i in [72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100]:
my_str += chr(i)
print(my_str)

0 comments on commit 2ccd81c

Please sign in to comment.