Flag control variable

luke.geelen at gmail.com luke.geelen at gmail.com
Tue Feb 11 13:16:20 EST 2014


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



More information about the Python-list mailing list