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