Identifiers

To the opposite to SIC, Python (like C) is case sensitive. SIC variables will be imported in Python variables with names arbitraryly lowercased. There are also a few forbidden characters in Python identifiers, especially '%' and '$'. The dot '.' is reserved for a special purpose. See subsection 2.3.2 for more details.