mirror of
https://github.com/tiennm99/CSX101.git
synced 2026-06-05 20:11:59 +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)
|