Commit eef0860f by BellCodeEditor

save project

parent 7f5f505e
Showing with 5 additions and 13 deletions
......@@ -19,18 +19,10 @@ list1.insert(num,"port:@#$%^&")
a="".join(list1)
print(a)
'''import random
num=0
num2=0
num3=0
for i in range(3000):
x=random.randint(8,10)
if x==8:
num=num+1
elif x==9:
num2=num2+1
else:
num3=num3+1
print(num,num2,num3)'''
str1="bellcode"
list1=list(str1)
a=list1[6:11]
print(a)
dict_hero={"name":"猴1","value":"10","name":"猴2","value":"7"}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment