i am trying to solve two sums in leet code using python can you correct it?

后端 未结 0 951
孤街浪徒
孤街浪徒 2021-02-05 15:18
list_=[]
a=int(input("enter range"))
for i in range(0,a):
    ele=int(input())
    list_.append(ele)
print(list_)
target=int(input())
list2=[]

if list_[x]+lis         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题