Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. kesken = True
  2. vastaus = raw_input('Sano jotain ')
  3. while kesken:
  4. if vastaus == 'en'
  5. print 'Sanothan!'
  6. vastaus = raw_input('Otapa kuule uusiksi, tervehdi vaikka ')
  7. elif vastaus == 'terve'
  8. print 'No Terve!'
  9. kesken = False
  10. else:
  11. print 'kaikenlaista sitä kuuleekin'
  12. vastaus = raw_input('Otapa kuule uusiksi, tervehdi vaikka ')
Add Comment
Please, Sign In to add comment