Advertisement
roneygomes

Execução Condicional 1

Dec 8th, 2011
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3.  
  4. escolha = raw_input("Que prato você deseja?")
  5.  
  6. if escolha == "peixe"
  7.     print "O seu peixe será servido em alguns minutos."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement