fork download
  1. hi= str("Hola mundo");
  2.  
  3. print (hi);
Success #stdin #stdout 0.01s 7248KB
stdin
Standard input is empty
stdout
Hola mundo