print('Hello world!')
import matplotlib.pyplot as plt
import numpy as np
x = ["oct","nov","dec","jan","feb"]
y = ["250 mm","200mm","210mm","250mm","300mm"]
plt.plot(x,y)
plt.show()
print("hello Taiwan acer")
To embed this project on your website, copy the following code and paste it into your website's HTML: