Home > other > Python version <3.5 do not support starred expressions in dicts
Python version <3.5 do not support starred expressions in dicts
Time:04-05
When using the pycharm encountered this problem, my Python version is 3.6.0 but when use the asterisk expression appeared this problem Fields={condition_fields * *, * * source_fields }
CodePudding user response:
Please bosses gives give directions, thank you
CodePudding user response:
Prompt said, python version of less than 3.5 does not support the asterisk expression in the dictionary,
Although you are python version 3.6, but the interpreter does not choose your pycharm project 3.6, determine the lower right corner as shown right: