fork download
  1. # your code goes here
  2. masuk = True
  3. keluar = False
  4. print(masuk)
  5. print(keluar)
  6.  
Success #stdin #stdout 0.12s 14116KB
stdin
Standard input is empty
stdout
True
False