i was genuinely excited for this new update until i tried it on the web ๐ญ๐ญ
Forwarded from Chapi Dev Talks
for-coder
the cli works fine without vpn but web not yet
this is a huge win for ethiopia ๐ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
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