The Result is line 9. NameError: name 'total' is not defined.what should i do?

前端 未结 0 1553
醉梦人生
醉梦人生 2020-12-24 02:28
arg1 = int(input("a"))
arg2 = int(input("b"))
def sum( arg1, arg2 ):
  
   total = arg1 + arg2
   print ("Inside the function : ", tota         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题