Answers for "1007 solution python"

0

1007 solution python

a= int(input())
b= int(input())
c= int(input())
d= int(input())

difference=((a * b) - (c * d))

print("DIFERENCA = %d" %difference)
Posted by: Guest on July-13-2021
0

1007 solution python

2
4
3
3
ans = 2
Posted by: Guest on July-29-2021

Python Answers by Framework

Browse Popular Code Answers by Language