Auto commit

上级 df352508
print('欢迎来到 InsCode')
\ No newline at end of file
import random
sj = input("请输入数据(空格隔开)\n").split(" ")
sy = random.randint(0,len(sj) - 1)
random.shuffle(sj)
result = sj[sy]
print("随机的结果为{}".format(result))
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册