Help for this page

Select Code to Download


  1. or download this
    import sys
    
    ...
            sys.stdout.write(n + " ")
    
        print("");
    
  2. or download this
    use strict;
    use warnings "all";
    ...
        print "\n";
    }
    close $fh;