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
const transform = require('ee-xml-to-json'); | |
var unirest = require('unirest'); | |
var XML = require('xml-simple'); | |
var sessionId = "" | |
var conversations = ["", "", "", "", "", "", ""]; | |
var lineRef = ""; | |
var prevref = "" |
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('Qual seu nome? ') | |
print('Olá {}! Prazer em te conhecer'.format(nome)) |