mirror of
https://github.com/tiennm99/HCMUT.git
synced 2026-08-13 11:22:04 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
ip = float(input())
|
|
k = 0.453592/2.54/2.54
|
|
op = ip*k
|
|
print("%g" % op)
|