Commit 784b987d by BellCodeEditor

save project

parent aefa1f29
li_data = ['p','y','t','h','o','n']
data = "".join(li_data)
print(data)
\ No newline at end of file
data="python"
li_data = list(data)
print(li_data)
\ No newline at end of file
import random
i = random.random()
print(i)
\ No newline at end of file
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(dict_hero)
\ No newline at end of file
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