This commit is contained in:
2023-06-23 22:44:13 +02:00
parent 1ff694ea4a
commit 175c7ba952

3
betting.py Normal file
View File

@@ -0,0 +1,3 @@
a = int(input())
print(100 / a)
print(100 / (100 - a))