error
Title
Question
plot(sin(x)*sin(x))/x
showing error as " name x is not defined"
Python-3.4.3 Using-plot-command-interactively 08-09 min 20-30 sec
Answers:
Please ensure that you have declared the value of x before you run the plot command. Also make sure that you close the round brackets for the plot command correctly
Login to add comment