hidden_message = "THIS IS A TEST (you can modify this code)"
print ("do you want to reveal the hidden message??? (just input any number to run it)")
print ("oh and also letters dont work to reveal the hidden message")
imput13A = int(input(': '))
print(hidden_message)