Ministério da Educação
Brasil um país de todos
Personal tools
Navigation
Log in


Forgot your password?
 
Document Actions

slides09-ex2.py

by Cicero Garrozi last modified 2015-05-19 07:35

Click here to get the file

Size 1 kB - File type text/python-source

File contents

dic = {}
cpf =raw_input("Digite o CPF da pessoa: ")
while cpf != '0':
    nome = raw_input("Digite o nome: ")
    idade = int(raw_input("Digite a idade: "))
    telefone =raw_input("Digite o telefone: ")
    dic[cpf] = {"nome":nome, "idade": idade, "telefone":telefone}

    cpf =raw_input("Digite o CPF da pessoa ou 0 para sair: ")

for chave in dic.keys():
    print chave+": "+dic[chave]['nome']+'-'+str(dic[chave]['idade'])+'-'+dic[chave]['telefone']

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: