Resultados da pesquisa: "#DailyPython"
2 resultados
a = [1,423,2,56,4,3,100,9.5,2.1,1.4,45]
b = a
b.sort()
print(a)
what will be output? and why ?
#PYTHON #pythonlearning #dailypython #quickcode
English
Resultados da pesquisa: "#DailyPython"
2 resultados