This file contains 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 requests | |
from bs4 import BeautifulSoup | |
from colorama import init,Fore,Back,Style | |
import sys | |
init() | |
class Chamado: | |
idGlobal = 1 | |
def __init__(self): | |
self.id = Chamado.idGlobal |
This file contains 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 -*- | |
import sqlite3 | |
from alimentos import * | |
connection = sqlite3.connect('bancoalimentos.db') | |
c = connection.cursor() | |
def create_table(): | |
c.execute('CREATE TABLE IF NOT EXISTS alimentos (id integer, alimentos text, \ | |
valor real)') |
This file contains 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
branca = "Ela senta na pica BRANCA" | |
preta = "Ela senta na pica PRETA" | |
final = "Ela queria ter duas bucetas e sentar ao mesmo tempo na branca e na preta" | |
pepa =''' | |
.................................????~...................... | |
................................?IIII?...................... | |
............????????+..........??IIII?...................... | |
..........??IIIIII?IIII?????...?IIII??....???............... | |
........+?IIIIIIII?IIIII??III????III?...??III?.............. |