Posts by Carlos Marcos • 21 points
1 post
-
2
votes3
answers8998
viewsQ: How to call, in Python, a function whose name is stored in a variable?
You have 99 different definitions of functions: def Fun_1(): ... def Fun_2(): ... def Fun_3(): ... ... ... def Fun_99(): ... the value of the variable x is obtained at random between 1 and 99: x =…