String Python Tutorial

name = raw_input('What is your name? ') 
if name.endswith('Gumby'): 
  print 'Hello, Mr. Gumby'