3 lines
75 B
Python
Raw Normal View History

formula = _.ask("Enter formula:")
_.plot(formula)
_.plotname("Cool graph!")