This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import junit.framework.TestCase; | |
| public class PATest extends TestCase { | |
| public ProgressaoAritmetica pa = new ProgressaoAritmetica(); | |
| public void test123() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #coding:utf-8 | |
| """ | |
| Exemplo de uso do módulo csv para ler e escrever arquivos do | |
| tipo comma separated values e do módulo sys para tratar | |
| parâmetros de linha de comando. | |
| Uso: python inserird.py ARQUIVO_ENTRADA ARQUIVO_SAIDA | |
| Mais informações na documentação oficial: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Total de inscritos: 24 | |
| Responderam a pesquisa: 6 | |
| 1- Como você conheceu a linguagem Python? | |
| Na escola, faculdade ou universidade 0 0% | |
| Em eventos, palestras ou seminários 1 17% | |
| Por indicação de amigos 2 33% | |
| Pesquisando na internet 2 33% | |
| No trabalho 1 17% |
NewerOlder