Name: VIPPER 2010-12-07 8:38
VIPPER used PYTHON
LANGUAGE OF SNAKES
LANGUAGE OF SNAKES
a=['vipper','Vipper']
b=['VIPPER']
c=input('What is your name?\n')
if c in a:
print('Correct!')
quit('You are VIP QUALITY!')
else:
if c in b:
print('Very good, VIPPER!')
quit('Gold star for VIPPER!')
else:
print('No, sorry!')
quit('I am very disappointed.')