errorType / 15.py
Beuys's picture
Upload 47 files
e16247a verified
raw
history blame contribute delete
49 Bytes
A=float(x=input())
B=float(x=input())
print(A, B)