Hyocheong

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年9月27日

摘要: import profile import random from fractions import Fraction #四则运算 def szys(): sym = ['+', '-', '×', '÷'] f= random.randint(0, 3) z = random.randint(0, 阅读全文
posted @ 2021-09-27 17:42 Hyocheong 阅读(52) 评论(0) 推荐(0)