Skip to content

Commit 40e3492

Browse files
committed
Fix minor issue on escape characters to avoid warning.
1 parent 4c09fd6 commit 40e3492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/07_wizard_battle/final/program.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ def main():
1010

1111

1212
def print_header():
13-
# Yes, I added this after I recorded the video
13+
# Yes, I added this after I recorded the video,
1414
# but I thought you'd get a kick out if it. ;)
1515
print()
1616
print('-----------------------------------------------------------------------')
17-
print('''
17+
print(r'''
1818
( ) /\ _ (
1919
\ | ( \ ( \.( ) _____
2020
\ \ \ ` ` ) \ ( ___ / _ \\

0 commit comments

Comments
 (0)