Why my code does not run in sololearn compiler | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why my code does not run in sololearn compiler

import numpy as np n, p = [int(x) for x in input().split()] lista = [] for i in range(n): lista.append(input().split()) print(np.array(lista).astype(np.float16).mean(axis=1).round(2))

30th Jul 2022, 12:07 PM
Rajesh Das
Rajesh Das - avatar
1 Answer
0
Too much input. Make the code so all the values are given and then run it. Not my code so idk
30th Jul 2022, 12:42 PM
Slick
Slick - avatar