Error while use input() and @ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Error while use input() and @

https://code.sololearn.com/cykF81apL120/?ref=app When I use code without input(), just calling function - all is work great. But if I meet to insert some text + input I have an error ((( Could somebody explain me what are going wrong ????

16th Mar 2021, 10:10 PM
Alexander Khryshchanovych
Alexander Khryshchanovych - avatar
1 Answer
+ 2
your 'wrap' function returned by decorator should take an argument, wich you pass to the original 'func' function call ^^ https://www.sololearn.com/Discuss/2700752/?ref=app
16th Mar 2021, 10:12 PM
visph
visph - avatar