Capital Sensitivity of Maria? [Solved]

Silly question here: Because of capital sensitivity I wrote my code as “name_is_Maria = True” (with a capital “M”). In the end, in the comments “Maria” was written with a captital “M” as wel. The very same capital sensitivity returned ths code as false, but strictly seen it is the one and only right answer, am I wrong?

1 Like

Strictly speaking you would capitalize ‘Maria’ in a sentence, however variables are often written with no capitals at all to help prevent the capital sensitivity issue mentioned here. If no variables have capitals then you don’t risk writing it differently throughout your code.

Also Codecademy lessons are specific, if they are looking for variables written in a specific way then that is the only way to get a correct answer.