Skip to content

Commit

Permalink
censorship
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHollamby committed Mar 15, 2021
1 parent ac659a4 commit 052b964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chapter 2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
print(p_name.lower())
print(p_name.title())

print('a famous person once said "that aint my bitch"')
print('a famous person once said "that aint me"')

famous_person = "lord raiden"
print(famous_person + ' once said, "That aint my bitch"')
print(famous_person + ' once said, "That aint me"')

message = ' once said, "That aint my bitch"'
message = ' once said, "That aint me"'
print(famous_person.title() + message)

print("Python")
Expand Down

0 comments on commit 052b964

Please sign in to comment.