for-coder
Kanalga Telegramβda oβtish
Chat for yapping the latest topics and some project show case @FORCODERR π₯ @firaflash π¨βπ» curious dev
Ko'proq ko'rsatish470
Obunachilar
-124 soatlar
-37 kun
+730 kun
Postlar arxiv
470
α΄αα₯α αα αααα₯ αα΅ααα₯ is the equivalent of 200 α₯α ααααα
ππ
This thin fr
470
import copy
a = [[1,2],[3,4]]
b= copy.deepcopy(a)
b[0][0] =100
print(a)
A: [[100,21,[3,4]]
B: [[1,2],[3,4]]
C: Error
D: None470
+1
Just figured out that
For this comand ,
npm run dev
this way works too just try this,
npm urn dev
and it works!
It works because it's an alias lol470
probably after the end of this week all things will probably work out mtsmm
let's hope so π€π€
