Calculadora bastante simples.
Publicado por conta desativada 01/11/2004
[ Hits: 9.938 ]
#### Uma calculadora bastante simples + bem funcional. ####
V. 1.0
# Calculadora version 1.0, Copyright (C) 2004 Diego Rocha M #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
print "#################### CALCULADORA feita em Python - DIEGO ROCHA M (DexInfo) ####################"
print " É uma calculadora bastante simples + muito funcional ;-) "
nomes = raw_input("Qual seu nome? ")
print "Bem-Vindo",nomes
calculo = input("Digite o calculo desejado: ")
print "Resultado:",calculo
Primeiro código em python que escrevi acompanhando aula do google.
Aprendendo a fazer equaçõe em python
Estrutura de repetição for e while (Com tratamento de erros)
Monitorando o Preço do Bitcoin ou sua Cripto Favorita em Tempo Real com um Widget Flutuante
IA Turbina o Desktop Linux enquanto distros renovam forças
Como extrair chaves TOTP 2FA a partir de QRCODE (Google Authenticator)
Como realizar um ataque de força bruta para desobrir senhas?
Como usar Gpaste no ambiente Cinnamon
Atualizando o Fedora 42 para 43
Pergunta: Meu teclado não está respondendo direito como e consertar? (2)
Secure boot, artigo interessante, nada técnico. (6)
SQLITE não quer funcionar no LINUX LMDE6 64 com Lazaruz 4.2 64bit (n... (0)









