print 'Pocakaj, gre zelo pocasi...' import matplotlib.pyplot as plt plt.plot([0,1,2,3,4,5],[0,1,4,9,16,25],'g-') #plt.axis([0,6,0,20]) plt.xlabel('stevila') plt.ylabel('kvadrati') plt.show()