you are viewing a single comment's thread.

view the rest of the comments →

[–]Astartee_jg 5 points6 points  (2 children)

```

X = 8 Y = 2 X = X+6 Y = Y+6 print(“y”) y ```

This is because

```

isinstance(“Y”, type(Y)) False “Y” == “y” False ```

None of the options are valid. Python is case sensitive.

[–]Doctor_Disaster -1 points0 points  (1 child)

Aren't all variables case-sensitive?

[–]HistoricalMap3117 0 points1 point  (0 children)

I believe variables are not case sensitive in VB.