score = 100 penalty = int(raw_input('What is the penalty, master? ')) score -= penalty print 'Your score is', score