+ 3
When i run this code it output 'None' of the output what should i do so that the 'None' doesn't appear.
8 odpowiedzi
+ 3
Your function already prints “Solo” and “Learn” etc., but you are printing also the value of function Sololearn(n). This function doesn’t return a value, so its value is None, and that’s why your code prints None. Fix:
https://code.sololearn.com/cgfE3JlxcswV/?ref=app
+ 8
If you don't return any value in method but print that method then you get None
+ 4
Upload your code so we can see it
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 3
Ugulberto Sanchez thank you
+ 2
AJ. What should i do to solve the problem.
+ 2
Ok. Ugulberto Sanchez
+ 2
Your welcome. Happy learning!
0
Ok there it is, i have post it.