Skip to content

Commit 9c872d3

Browse files
Update to python3 print syntax
1 parent 55fd553 commit 9c872d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/hello.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
print """
1+
print("""
22
_ _ _
33
| | | | | |
44
| | | | ___| | ___ ___ _ __ ___ ___
@@ -22,4 +22,4 @@
2222
__/ |
2323
|___/
2424
25-
Replace this file (main.py) with your own to get started. """
25+
Replace this file (main.py) with your own to get started. """)

0 commit comments

Comments
 (0)