errorType / 12.py
Beuys's picture
Upload 47 files
e16247a verified
raw
history blame contribute delete
102 Bytes
x1 = input()
x2 = input()
y1 = input()
y2 = input()
x1,x2,y1,y2 = eval(x1,x2,y1,y2)
print(x1,x2,y1,y2)