Commit fbae7386 by BellCodeEditor

auto save

parent 3010ca24
Showing with 5 additions and 5 deletions
a=input("请输入长方形的长:")
b=input("请输入长方形的宽:")
print("长方形的面积是:",int(a)*int(b))
print("长方形的周长是:",(int(a)+int(b))*2)
\ No newline at end of file
area=['盘丝洞','白骨洞','大雁塔']
monster={'盘丝洞':'蜘蛛精','白骨洞':'白骨精','大雁塔':'花妖'}
print(area[)
monster.append('地府','僵尸')
print(monster)
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