mirror of
https://github.com/tiennm99/CodePower.git
synced 2026-06-06 10:12:02 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
a = int(input())
|
|
b = int(input())
|
|
print(a // b)
|
|
print(format(a / b, '.3f')) |