This file contains hidden or 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 datetime | |
| from itertools import islice | |
| max = int(input(f'To output the first n prime numbers, enter the value of n.')) | |
| # Iterator 不用 islice | |
| class prime1: | |
| def __init__(self, count): | |
| self.base = 0 |
This file contains hidden or 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 random | |
| import time | |
| import requests | |
| from termcolor import colored | |
| from simpleeval import simple_eval | |
| class Bot: |
This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am sujuxiaoren on github. | |
| * I am liangvv (https://keybase.io/liangvv) on keybase. | |
| * I have a public key ASBsL3ARP_NUTrzQX33zLKINFxdVecLJ1R3ij-XSH1Hn8Qo | |
| To claim this, I am signing this object: |