Skip to content

Instantly share code, notes, and snippets.

@Shawnnn
Shawnnn / TalkBot.py
Last active July 21, 2020 19:22
Shawnnn's assignment #1
import time
from termcolor import colored
import random
from simpleeval import simple_eval
import requests
class Bot: #基类不需要加括号
wait = 1
def __init__(self):