plot.pyimport matplotlib.pyplot as plt import math import numpy as np plt.plot(-1/2,np.sqrt(3)/2,marker='.') plt.show()