+ 1
Can one call a previous function in another function in python?
3 Answers
+ 4
Because of the tags I suppose you mean call a class method inside another method (same class). The way to do that would be:
https://code.sololearn.com/cteS6Xaa60YG/?ref=app
0
Thanks