in reply to outputs followed by each other

A more experienced programmer would get input like this:
chomp (my $n1=<>); # STDIN is the default
and print output like:
print "$n1,$n2;\n";

                Python is a racist language what with it's dependence on white space!