Files
2026-06-07 17:56:47 +00:00

10 lines
91 B
Python

x = int(input("x: "))
y = int(input("y: "))
z = x / y
print(f"{z:.50f}") #incantation