- 1
Why this code is showing error on sololearn
import matplotlib.pyplot as plt import numpy as np ypoints = np.array([3, 8, 1, 10]) plt.plot(ypoints, marker = 'o') plt.show()
8 Antworten
+ 3
Please put a relevant programming language name in the tags for context clarity 👍
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 1
It are the spaces in your program. If you replace spaces with playground spaces it will work.
https://code.sololearn.com/cWS8tkHKH91g/?ref=app
+ 1
Try my code again. You need to save the output on sololearn, i think.
+ 1
Thank you sir Paul
0
SYNTAX ERROR
https://code.sololearn.com/c3Y4fQ95wp9G/?ref=app
- 1
Yes Mirielle I copied but it should give output