mirror of
https://github.com/tiennm99/CodePower.git
synced 2026-06-09 20:12:26 +00:00
chore: migrate
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
a = int(input())
|
||||
b = int(input())
|
||||
print(a // b)
|
||||
print(format(a / b, '.3f'))
|
||||
Reference in New Issue
Block a user