为什么Python函数中存在语法错误?

时间:2018-05-11 06:40:52

标签: python function

number=list(map(lambda x:int(x), input().split()))

first=".|."
second='-'
median=((number[0]-1)//2)+1

def Door(number[0],number[1]): # <<-- this one is resulting in a syntax error.

所以我仍然无法理解这段代码有什么问题。 你能帮我么? 谢谢。

0 个答案:

没有答案