age = 17 if(age > 17): print("OK") elif(age < 18): print("Nok") print(finished) #Nok # finished