PS
plt.figure(figsize=(16,10))
plt.plot(range(10), [i**2 for i in range(10)])
plt.show() #py
Size: a a a
PS
M
Executed in: 1.099 secs
Memory: 33052 KB
PS
PS
M
)
Executed in: 0.805 secs
Memory: 59384 KB
M
Traceback (most recent call last):
File "script.py", line 2, in <module>
Print("napetal, hozjain")
NameError: name 'Print' is not defined
Exited with error status 1
Executed in: 0.326 secs
Memory: 14480 KB
RB
K3
A
M
napechatal, hozjain
Executed in: 0.321 secs
Memory: 14392 KB
CS
PS
M
Traceback (most recent call last):
File "script.py", line 9, in <module>
b = a.sorted()
AttributeError: 'list' object has no attribute 'sorted'
Exited with error status 1
Executed in: 0.05 secs
Memory: 4496 KB
PS
CS
PS
CS
PS
AK
AK