Commit ed5c46b4 by BellCodeEditor

save project

parent 9be8fc33
Showing with 9 additions and 0 deletions
# 这是悟空为花果山小猴做臂力测试的程序代码
c={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
c['猴队长']=100
if '猴三' in c:
print('有')
else:
print('没有')
print(c)
\ 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