fork download
  1. q = 'qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop'
  2. a = 'qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop'
  3.  
  4. print(q == a)
  5. print(q is a)
Success #stdin #stdout 0.04s 63484KB
stdin
Standard input is empty
stdout
True
True