java与python差集的操作,Python大法好啊 瓦力同学 2024-05-28 57 阅读1分钟 问题 现在两个数组 arr1 = [1,2,3,4,5,6],arr2=[5,6,7,8,9,10],求出现在arr1中但是不出现在arr2中数。 Java实现 Python 实现