728x90
반응형

그냥 나눠서 출력하면 된다.

a, b = map(float, input().split(" "))
result = a / b
print(result)

728x90
반응형

+ Recent posts