Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • lesson7_1
  • SB.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · a9415d6d
    BellCodeEditor committed 2 years ago
    a9415d6d
SB.py 475 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#import random

#hhhh = "灌灌灌灌嘎嘎嘎嘎呱呱呱呱"
#SB = "美国人今天吃粑粑。"
#for i in SB:
    #str1=i
    #str2=random.choice(hhhh)
    #str3=random.choice(hhhh)
    #text=str1+str2+str3 
    #print(text)
#text = "你都会觉得觉得"
#noise = "port:jhchgdhjdhjdhjjbcnbhsdedwjewdhwejdwdjdj"
#text.insert(2,noise)
#li_text = list(text)
#print(li_text)
#print(text)
list1=["你","吧","是","三"]

str1="狗".join(list1)
print(str1)