when expandig the script to multiple calcs i got a problem >>> a = 32 >>> c = 51 >>> sign = *
File "<stdin>", line 1
sign = *
^
SyntaxError: invalid syntax
is there a way of adding * without quoting marks, because if you do it just
soms the arguments
--
https://mail.python.org/mailman/listinfo/python-list
