跳至内容
随机漫步
Random Walk
菜单
About
经济学
计算机
数学
日志
链接
隐私政策
月度归档:
2021年3月
Python实现“cin”
使用input():
# 例如 path = str(input('文件路径:')) num = int(input('个数:'))
…
Read More