0

What is wrong with the code????

Can someone please help me? I am really not able to fix this mistake. https://code.sololearn.com/cwswSARbnFS5/?ref=app

6th Jun 2018, 2:52 PM
Jordy Kenneth
Jordy Kenneth - avatar
2 Answers
+ 2
Remove print in the last line as Duccio Bertieri suggests. And modify the decor function like this, at least change the line 6: https://code.sololearn.com/c7w0aAy4P6sf/?ref=app
6th Jun 2018, 6:01 PM
ęŽē«‹åØ
0
remove the @decor annotation and change print(option.show()) to option.show()
6th Jun 2018, 3:15 PM
Duccio Bertieri
Duccio Bertieri - avatar