Friendly example

#!/usr/bin/perl

print "hello world\n";
#!/usr/bin/python

print 'hello world'

Python wins by one character and two uses of the shift key.

print "hello world";
print 'hello world', # archaic throwback syntax (quite handy)