Python - Variables and Dynamic Typing
You need to rename variables in this code to follow Python conventions:
Which is the best way to rename them?
FirstName = 'Alice' LastName = 'Smith' AGE = 30
Which is the best way to rename them?
