fork(2) download
  1. print("acai" < "açaí")
  2. print("açaí" < "acorde")
  3.  
  4. print(os.setlocale("pt_PT"))
  5.  
  6. print("acai" < "açaí")
  7. print("açaí" < "acorde")
Success #stdin #stdout 0.02s 4832KB
stdin
Standard input is empty
stdout
true
false
pt_PT
false
true