def zerop():
print ("your points is over!")
print ("####TEST###TEST#######TEST##")
print ("1 - start")
print ("############################")
start = int(input ("start?: "))
if start == 1:
points = 30
if points == 0:
zerop()
choi1 = int(input ("1 or 2: "))
if choi1 == 1:
points - 30
elif choi1 == 2:
print ("none")