Skip to content

Commit e5bddbd

Browse files
authored
Add files via upload
1 parent 1d25a01 commit e5bddbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
def quote(fighter):
2+
if fighter == 'George Saint Pierre':
3+
return 'I am not impressed by your performance.'
4+
elif fighter == 'george saint pierre':
5+
return "I am not impressed by your performance."
6+
elif fighter == 'Conor McGregor':
7+
return "I'd like to take this chance to apologize.. To absolutely NOBODY!"
8+
elif fighter == 'conor mcgregor':
9+
return "I'd like to take this chance to apologize.. To absolutely NOBODY!"
10+
pass

0 commit comments

Comments
 (0)