Improvisar, Adaptar e Superar
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
nome = input ("Digite o nome do cliente: ") | |
fatvenc = input ("Digite o dia de vencimento: ") | |
mesvenc = input ("Digite o mês de vencimento: ") | |
valfat = input ("Digite o valor da fatura: ") | |
print("olá," ,nome+fatvenc+mesvenc+valfat) |
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
/*! Copyright (c) 2015 WhatsApp Inc. All Rights Reserved. */ ! function(e) { | |
function a(c) { | |
if (o[c]) return o[c].exports; | |
var l = o[c] = { | |
exports: {}, | |
id: c, | |
loaded: !1 | |
}; | |
return e[c].call(l.exports, l, l.exports, a), l.loaded = !0, l.exports | |
} |
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
/*! Copyright (c) 2015 WhatsApp Inc. All Rights Reserved. */ | |
webpackJsonp([29], { | |
959: function(e, a) { | |
e.exports = { | |
enumeration_comma: ",", | |
archive_chat: "Arquivar conversa", | |
unarchive_chat: "Desarquivar conversa", | |
broadcast_archived: "Lista de transmissão arquivada", | |
group_archived: "Grupo arquivado", | |
web_menuitem_groupchat: "Novo grupo", |
não sei o que esta acontecendo mas não esta aparecendo o Olá Mundo! aqui esta o código:
o index.html
<title>V++ React Series</title>
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
// Exercícios | |
/* | |
eu programo | |
tu programas | |
ele programa | |
nós programamos | |
vós programais | |
eles programam | |
*/ |
Instalação dos paranauê aqui...
- Intalando o NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
Depois joga esse comando aqui source ~/.bashrc no terminal e pronto.
- Instalando o Node.JS
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
/** | |
* Generate pronounceable anagrams. | |
* @constructor | |
* @param {integer} n The order of the character model. | |
* @param {integer} cpd The conditional prob distribution for the char model. | |
*/ | |
function AnagramGenerator(n, cpd) { | |
this.order = n; | |
this.cpd = cpd; | |
this.PAD_SYMBOL = '_'; |