fork download
  1. input = 23
  2. real_heewon = 23
  3. real_hwhwang = 23
  4. if real_heewon == input:
  5. print('Welcome Heewon')
  6. elif real_hwhwang == input:
  7. print("Welcome Hwang")
  8. else:
  9. print('Wrong password')
  10.  
Success #stdin #stdout 0s 23352KB
stdin
Standard input is empty
stdout
Welcome Heewon