Skip to content

Instantly share code, notes, and snippets.

View samverneck's full-sized avatar

SAMUEL VERNECK samverneck

View GitHub Profile
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)
/*! 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
}
/*! 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",

Improvisar, Adaptar e Superar

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>
@samverneck
samverneck / biblioteca.md
Created December 27, 2016 16:11
minha biblioteca virtual
// Exercícios
/*
eu programo
tu programas
ele programa
nós programamos
vós programais
eles programam
*/
We couldn’t find that file to show.
@samverneck
samverneck / coladeinstalacao.md
Last active December 16, 2016 16:45
Adianto na hora de instalar as paradas irmão, tem que ser assim...
/**
* 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 = '_';