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 Answers
+ 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