Hello,<br><br>Could you please explain why locals() allow me to create variables that are not legal in Python syntax. Example: locals()['1abc'] = 55. Calling of 1abc results with a syntax error. Shouldn't it be better to raise an error during the variable creation time? <br>
<br>Thank you<br><br clear="all">Gökhan<br>