Problem: Hello Kodlogs, I’ve got a simple user-defined function that adds two numbers. The script looks something like this: def is_a_function(a,b): var = 10 return (a+b)*var print(is_a_function(5,6)) The above program is doing good this way. I am thinking to ... have an idea how to run the function from the command line and I am wishing an example from you, guys. Thanks for your concern.
asked
Jun 2, 2020
adamSw
11.3k points