C-16-Q020mediumsingle_mcq
Because Python is case-sensitive, My_variable and my_variable are treated as:
Because Python is case-sensitive, My_variable and my_variable are treated as:
- athe same variable
- btwo different variables
- c
Because Python is case-sensitive, My_variable and my_variable are treated as:
Because Python is case-sensitive, the uppercase M in My_variable makes it different from my_variable. The interpreter treats them as two separate, independent variables.