python.pl: print join " ", "hello", "world\n" python.py: print("hello", "world", sep=" ") pythone.py: import os print(os.environ['hello'])