Skip to content

Commit

Permalink
Add python hello world (#63)
Browse files Browse the repository at this point in the history
* Super simple script with format

Created super simple python script to say hello world

* Simple python script python 2.7.15

Amended file to python doc

* Super simple print using format (#34)

Added # of issue
  • Loading branch information
Bob478 authored and DaylightFox committed Oct 7, 2018
1 parent bfd2a5c commit af93ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/simpleformat.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print 'Please print: {}'.format('Hello World')

0 comments on commit af93ade

Please sign in to comment.