Posts by Alejandro Figueiredo • 1 point
1 post
-
-3
votes1
answer28
viewsQ: I do not know what to do, I’m making a table of results for an exercise and says that is giving error in line 4
a = input ('Primeiro número: ') b = input ('Segundo número: ') c = a+b d = a-b e = a*b f = a**b g = a//b h = a%b print('a = ' , a , '\nb = ' , b , '\na + b = ', c , '\na - b = ', d , '\na * b = ', e…
pythonasked Alejandro Figueiredo 1