Post

@PythonPr Python is the only place where 'x' and 'X' are more different than my ex and me." 🐍💀
English

@PythonPr Case sensitive - In python x is not equal to X 😎
English

@PythonPr Top: prints [1, 2, 3, 4] — y = x means both names point to the same list, so append() mutates it in place.
Bottom- NameError (X is not defined). Python is case-sensitive.
English

@PythonPr Use of wrong cases. Upper case is used to print when the variable x is on a lower case.
English

@PythonPr print(x) is correct because the “x” within parentheses is supposed to be lower case
English

















