东篱昏后

导航

 
python脚本
import
random with open(r'D:\pyt\a.txt','r',encoding='utf-8') as f1,open(r'D:\pyt\a.txt','w',encoding='utf-8') as f2: for i in range(101): f2.write('%d\n' % random.randint(1,100))

shell脚本
#
!/bin/bash for i in `seq 100` do m=$(echo $RANDOM | md5sum | cut -c 1-6) echo "$m" >> testa done ~ ~

 

posted on 2019-05-13 10:49  东篱昏后  阅读(305)  评论(0编辑  收藏  举报