Help for this page

Select Code to Download


  1. or download this
         print "hello";
         sleep 2;
         print "goodbye";
    
  2. or download this
         hellogoodbye <wait for 2 seconds>
    
  3. or download this
         hello<wait for 2 seconds>goodbye
    
  4. or download this
         print "hello\n";
         sleep 2;
         print "goodbye";
    
  5. or download this
         hello
         <wait 2 seconds>
         goodbye