How do I make a constant variable next to random generated characters

前端 未结 0 497
清歌不尽
清歌不尽 2021-02-05 13:21
import random

number = random.sample(range(0000,9999), 10)

print(number, file = open("output.txt","a"))

(I want to add

相关标签:
回答
  • 消灭零回复
提交回复
热议问题