Please help with my python code! | Sololearn: Learn to code for FREE!
0

Please help with my python code!

https://code.sololearn.com/cdpkTv44Xuh6 This is not finished, but how can I even make this work? Like I want to be able to insert 1 and then it will call the function I want to execute.

2nd Jan 2020, 10:51 AM
Ville Nordström
Ville Nordström - avatar
3 odpowiedzi
0
But when I try to call the function Numerical_Strings, it won't call it because I haven't called it. I want it to be so that I don't have to call every single function in my program. Is it possible?
2nd Jan 2020, 11:33 AM
Ville Nordström
Ville Nordström - avatar
0
To call a function after you entered 1 works
2nd Jan 2020, 11:30 AM
Nico Ruder
Nico Ruder - avatar
0
You need to put the function definition *before* the function call.
2nd Jan 2020, 11:49 AM
Russ
Russ - avatar