BRANDAFRAZ Telegram 345
🐍test4: Pass by Value and Pass by Reference (copy & deep copy).
from copy import deepcopy

def change(a):
a[0][1]=1000
return a

a = [[1, 2], 3, 4]

change(deepcopy(a))
print(a)

```



tgoop.com/BrandAfraz/345
Create:
Last Update:

🐍test4: Pass by Value and Pass by Reference (copy & deep copy).

from copy import deepcopy

def change(a):
a[0][1]=1000
return a

a = [[1, 2], 3, 4]

change(deepcopy(a))
print(a)

```

BY جامعه برنامه‌نویسی | برندافراز


Share with your friend now:
tgoop.com/BrandAfraz/345

View MORE
Open in Telegram


Telegram News

Date: |

Invite up to 200 users from your contacts to join your channel Matt Hussey, editorial director of NEAR Protocol (and former editor-in-chief of Decrypt) responded to the news of the Telegram group with “#meIRL.” More>> The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: The SUCK Channel on Telegram, with a message saying some content has been removed by the police. Photo: Telegram screenshot.
from us


Telegram جامعه برنامه‌نویسی | برندافراز
FROM American