Skip to content

Commit

Permalink
Merge pull request AliceWonderland#1497 from maximus12793/master
Browse files Browse the repository at this point in the history
hacktober fest
  • Loading branch information
Steven Copeland authored Oct 24, 2017
2 parents 342f6a3 + b6cf137 commit e93ac8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16533,6 +16533,11 @@ to explore life. Also, Python and Django Developer
- Bio: Android Developer
- Github: [imyrfield](https://github.com/imyrfield)

#### Name: [Max R.](https://github.com/maximus12793)
- Place: Washington, WA, USA
- Bio: React Dev
- Github: [maximus12793](https://github.com/maximus12793)

#### Name: [Marios Georgiou](https://github.com/MariosGeorgiou)
- Place: Larnaca, Cyprus
- Bio: A sassy grad software engineer
Expand Down
13 changes: 13 additions & 0 deletions scripts/hello_world_maximus12793.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AUTHOR: Max R.
# LANGUAGE: Python
# GITHUB: https://github.com/maximus12793

def main():
table = ['d', 'e', 'h', 'l', 'o', 'r', 'w']
h = table[2] + table[1] + table[3] + table[3] + table[4]
w = table[-1] + table[-3] + table[-2] + table[-4] + table[0]
print ' '.join([h, w])


if __name__ == '__main__':
main()

0 comments on commit e93ac8a

Please sign in to comment.