1 Star 0 Fork 0

silent790 / numpy-100

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
initialise.py 251 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
SebastianoF 提交于 2020-01-12 14:22 . rename and ktx source files added
import numpy as np
import generators as ge
def question(n):
print(f'{n}. ' + ge.QHA[f'q{n}'])
def hint(n):
print(ge.QHA[f'h{n}'])
def answer(n):
print(ge.QHA[f'a{n}'])
def pick():
n = np.random.randint(1, 100)
question(n)
1
https://gitee.com/silent790/numpy-100.git
git@gitee.com:silent790/numpy-100.git
silent790
numpy-100
numpy-100
master

搜索帮助