+ 3
When i run this code it output 'None' of the output what should i do so that the 'None' doesn't appear.
8 Answers
+ 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.