0
Help plz
If I’m making a calculator in python would I use a function? I’m still pretty new but would like to know if this would work? Example code: us = input(“enter number”) ub = input(“enter number again:”) Def function1(“ub + us”): Print(function1)
5 Respostas
+ 3
you could, if you want to be able to make multiple calculations. else, it isn't needed
+ 2
Check out the answers to this question.
https://www.sololearn.com/Discuss/1485997/?ref=app
+ 1
ok ty for letting me know tho preciate it man
+ 1
hello
0
ty