Skip to content

Instantly share code, notes, and snippets.

View steffanydev's full-sized avatar
🧠
Coding

Stéffany Caroline steffanydev

🧠
Coding
View GitHub Profile
@steffanydev
steffanydev / UniSuporte.py
Created July 20, 2020 23:59
Atividade Avaliativa - 20/07/2020
'''
APLICAÇÃO - UniSuporte (Sistema de gerenciamento na manutenção de computadores)
'''
import sqlite3
banco = sqlite3.connect('uniSuporte.db')
sql = banco.cursor()
opcao = ''