Replymessage unavailable
x = [17, 8, 3]
y = x.copy()
print(id(x))
print(id(y))
y[0] = 9
print(x) # [17,8,3]
print(y) # [9,8,3]
this will give different memory value
Вся лента · оригинал в Telegram
A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.
Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog