Posts by Joao Carlos • 11 points
1 post
-
1
votes2
answers324
viewsQ: How do I use the same argument/parameter in two different functions?
Example: def seno1(x = int(input("Entre com x: ")),n=int(input("Entre com n: "))): def cos1(x,n): How do I take advantage of the user input value of x and n in this function as well? Thank you…
pythonasked Joao Carlos 11