Skip to content
View guimarinho11's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report guimarinho11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Prova - 2023 \ Eu teria que fazer um... Prova - 2023 \ Eu teria que fazer uma sistema de calculo de motorista de aplicativo!
    1
    class Viagem:
    2
        def __init__(self, origem, destino, km, preco):
    3
            self.origem = origem
    4
            self.destino = destino
    5
            self.km = km
  2. APS do ano de 2022 da faculdade.py APS do ano de 2022 da faculdade.py
    1
    class Usuario:
    2
        def cadastrar_cliente(self,nomeCompleto,Email,anos,sex,numero,exp,vag):
    3
            self.nome=nomeCompleto
    4
            self.email=Email
    5
            self.idade=anos
  3. Proof Database 2023 - I would have t... Proof Database 2023 - I would have to make a system in python simulating a market, where I would have to insert, delete and update some products for the bank, the system we used to store the data was phpmyadmin.
    1
    import mysql.connector
    2
    
                  
    3
    host = "167.99.252.245"
    4
    user = "ESW2023_E5"
    5
    passwd = "adm!n2023"