online python compiler
Use this site
https://repl.it/languages/python3
online python compiler
Use this site
https://repl.it/languages/python3
online python compiler
Use [repl.it](https://repl.it/)!
Try out the basics of Replit with our
interactive playground.
Code, collaborate, compile, run, share, and deploy
Python and more online from your browser
online matplotlib compiler
x=[1,2,3,4]
y=[2,4,5,6]
plt.plot(x,y)
plt.show
online matplotlib compiler
import matplotlib.pyplot as plt
x=["science","commerce","arts"]
h=[200,300,500]
plt.bar(x,h)
plt.xlabel("courses")
plt.ylabel("students enrolled")
plt.title("students enrolled for different courses 2020")
plt.show()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us