isverifies identity. a is b Trueiff aand bare the same object (both of them are stored in the same memory address).
==checks equality, which is usually determined by the magic method __eq__- i.e. a == bis Trueif a.__eq__(b)- True.
, Python ( , ). input() , , .