We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d25a01 commit e5bddbdCopy full SHA for e5bddbd
For UFC Fans Conor McGregor vs George Saint.py
@@ -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
10
+ pass
0 commit comments