diff --git a/123.py b/123.py new file mode 100644 index 0000000..3bdda9b --- /dev/null +++ b/123.py @@ -0,0 +1,5 @@ +import random + +key ="信息加密好酷呀!" +str= random.choice(key) +print(str) \ No newline at end of file