EOFError: EOF when reading a line

后端 未结 3 1380
误落风尘
误落风尘 2020-11-30 05:03

I am trying to define a function to make the perimeter of a rectangle. Here is the code:

width = input()
height = input()
def rectanglePerimeter(width, heigh         


        
3条回答
提交回复
热议问题