answer | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

answer

x = np.arange(1, 5) x = x*2 print(x[:3].sum())

19th Nov 2022, 4:49 PM
Aphiwe Kunene
Aphiwe Kunene - avatar
2 Respostas
+ 4
Check in Code Playground.
19th Nov 2022, 4:51 PM
AĶ¢J
AĶ¢J - avatar
+ 2
Hi! If you want to run a code on Sololearn then, āž”ļø Go to the Code Playground section (you can find it here : https://code.sololearn.com) and click on the + icon at the bottom right corner. āž”ļø Then select language and write your code and save it. āž”ļø Then click on Run and your Code will get executed.
19th Nov 2022, 6:20 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar