摘要: 001、 [root@pc1 test2]# ls test.py [root@pc1 test2]# cat test.py ## 测试程序 #!/usr/bin/env python3 # -*- coding: utf-8 -*- import re str1 = "abcdefghijklm 阅读全文
posted @ 2023-09-28 22:01 小鲨鱼2018 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 001、生成 nN nnNN nnnNNN .... a、 [root@pc1 test1]# ls test.py [root@pc1 test1]# cat test.py ## 测试程序 #!/usr/bin/env python3 # -*- coding: utf-8 -*- for i 阅读全文
posted @ 2023-09-28 20:46 小鲨鱼2018 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 001、假定数字为3 [root@pc1 test1]# ls test.py [root@pc1 test1]# cat test.py ## 测试程序 #!/usr/bin/env python3 # -*- coding: utf-8 -*- for i in range(1,4): for 阅读全文
posted @ 2023-09-28 20:25 小鲨鱼2018 阅读(29) 评论(0) 推荐(0) 编辑