# 5/1m % - 1000 opens
import math
Am = float(input("How many runes will you open "))
print("")
C = 1e6/5
C = int(C)
Ch = (int(C) / int(Am))
print("Your chance to get the rune is 1/" + str(Ch))
To embed this project on your website, copy the following code and paste it into your website's HTML: