Google foo.bar游戏,本地测试正常,在游戏上提交了几次都测试失败了,代码如下,请大家帮我看看。
def answer(x, y):
# your code here
a=0
while True:
if a==len(x):
a=0
while True:
if y[a] in x:
a=a+1
else:
print(y[a])
return
elif x[a] in y:
a=a+1
else:
print(x[a])
return
#只有一个两个列表中一个不含另一个的值,输出的是一个值
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.