Skip to content

Instantly share code, notes, and snippets.

View Gabriel-bits's full-sized avatar
😒
Narutinn

Gabriel dos Santos Gabriel-bits

😒
Narutinn
View GitHub Profile
import asyncio
import asyncpg
import discord
import json
import logging
from discord.ext import commands
from math import floor
import random
client = discord.Client()
@Gabriel-bits
Gabriel-bits / test_ex1.py
Last active August 10, 2020 14:13
Calculadora teste
import time
# variaveis bool
loop = True
conta = True
# Funções da Calculadora
def escolher():
print(' [ 1 ] Quer uma conta contínua')
print(' [ 2 ] Uma conta só')