Just figured out that
For this comand ,
this way works too just try this,
and it works!
It works because it's an alias lol
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 lol
๐1
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: None
What's the output of the above code ?
Anonymous Quiz
43%
[[100, 2], [3, 4]]
38%
[[1, 2], [3, 4]]
10%
[[100, 2], [100, 4]]
10%
Error
แดแแฅแญ แแญ แแแแฅ แแตแแแฅ is the equivalent of 200 แฅแญ แแแญแแญ
๐11๐ฏ1
It's Saturday lads ๐บ๐
Wake up and have the best day
Wake up and have the best day
๐ฅ3