sendog3c
Jun 13, 2019 - 23:40
Hi forum:
I need help to understand what is happening that the function does not give a good result.
Thanks.
import ui
suma = 0
suma1 = 0
class Arithmetic():
pass
a = input("Vamos a Sumar. :")
type(suma)
def math_ope(a):
return 2*a
resultado = math_ope(a)
print(resultado)
a = 0