Хотите знать, какое число выводится? [дубликат]Python

Программы на Python
Anonymous
Хотите знать, какое число выводится? [дубликат]

Сообщение Anonymous »


What are the numbers "0x056D44F0" depicting for is it a memory location or a error plz tell?

The code is:-

def myfunc(a): return len(a) x = map(myfunc, ('apple', 'banana', 'cherry')) print(x) I am eager to what that what is the number depicting in the output?


Источник: https://stackoverflow.com/questions/780 ... -in-output

Вернуться в «Python»