Commit fbae7386 by BellCodeEditor

auto save

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