Contents of this page:
Assignment statements are translated to their equivalent Python versions. The main difference to VB is that un-assigned names which are not Dim``ed will cause a ``NameError in the Python code.
VB | Python |
---|---|
|
|
There are no options specific to the assignment statement.