Guest User

Untitled

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