Day 6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
x = int(input("x: "))
|
||||
|
||||
|
||||
y = int(input("y: "))
|
||||
|
||||
|
||||
z = x / y
|
||||
|
||||
print(f"{z:.50f}") #incantation
|
||||
Reference in New Issue
Block a user