Skip to content

Commit a140727

Browse files
committed
Updated the titles show in the header to be consistent.
1 parent 1c12af0 commit a140727

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

code/05-interactive-code/m-n-m/.idea/M&M Guessing.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/05-interactive-code/m-n-m/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/06-organizing-code-with-functions/rocks-game/.idea/RPS Functions.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/06-organizing-code-with-functions/rocks-game/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/06-organizing-code-with-functions/rocks-game/rpsgame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ def main():
88

99
def show_header():
1010
print("---------------------------")
11-
print(" Rock Paper Scissors v1")
11+
print(" Rock Paper Scissors")
12+
print(" Function Edition")
1213
print("---------------------------")
1314

1415

code/07-data-structures/rocks-game/.idea/RPS Data Structures.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/07-data-structures/rocks-game/rpsgame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main():
2323

2424
def show_header():
2525
print("---------------------------")
26-
print(" Rock Paper Scissors v2")
26+
print(" Rock Paper Scissors")
2727
print(" Data Structures Edition")
2828
print("---------------------------")
2929

0 commit comments

Comments
 (0)