1.

Given the program from scitools.StringFunction import StringFunction import sys formula = sys.argv[1] f = StringFunction(formula) print f(2) Will this input work? Unix/DOS > python function.py ‘t**2’

Answer»

No, This input will not work



Discussion

No Comment Found