Sorted() is an in-built Python function while sort() is a method of the ... import random lst1 = [random.randint(0,10) for _ in range(5)] ...
確定! 回上一頁