题解列表

筛选

Hello, world!-题解(Python代码)

摘要:注意事项:输入有一个回车,写两次input参考代码:num_list1 = map(int, input().strip().split())num_list2 = map(int, input().……