[python]產生10個隨機數

  在8000到2000之間產生10個隨機數,用到random包json import sys, os, base64, datetime, hashlib, hmac import requests # pip install requests import json import random a=[random.randint(8000,20000) for _ in range(10)
相關文章
相關標籤/搜索