This commit is contained in:
2026-06-07 17:56:47 +00:00
parent 67b7ced5ba
commit 59aed7c741
8 changed files with 38 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
x = int(input("x: "))
y = int(input("y: "))
z = x / y
print(f"{z:.50f}") #incantation