Ministério da Educação
Brasil um país de todos
Personal tools
You are here: Home → Members → Cicero Garrozi → Disciplinas 2014 em diante → Introdução à Programação → Arquivos 2015-2 → Algoritmos → mini-teste-1--cotacao-celular.py
Navigation
Log in


Forgot your password?
 
Document Actions

mini-teste-1--cotacao-celular.py

by Cicero Garrozi — last modified 2015-09-11 05:33

Click here to get the file

Size 1 kB - File type text/python-source

File contents

cotacao = 999999
while cotacao != 0:
    cotacao = float(input("Digite a cotacao do dolar: "))
    if cotacao != 0:
        if cotacao*1200 <= 4000:
            print("Voce pode comprar o celular!!")
        else:
            print("Hoje nao...")

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: