3 lines
48 B
Python
3 lines
48 B
Python
length = float(input())
|
|
print(length * 0.09144)
|
length = float(input())
|
|
print(length * 0.09144)
|