تلاش کے نتائج: "#pythonlistmethods"

4 نتائج
YemSec
YemSec@yemsec·
👉 ---sort list strings --- fruits = ['pineapple', 'coconut', 'apple'] fruits.sort() result = ['apple', 'coconut', 'pineapple'] 👉 --- sort list of numbers --- numbers = [6, 4, 9, 1] numbers.sort() result = [1, 4, 6, 9] #pythonlist #pythonlistmethods
English
0
0
0
0