coding: UTF-8 -*- # Filename : test.py # author by : www.runoob.com # 生成0 ~ 9 之间的随机数 # 导入random(随机数) 模块 import random print(random.randint(0 ...
確定! 回上一頁