#!/usr/bin/python3 # writen by andrewt@unsw.edu.au as a COMP(2041|9044) example # Python implementation of /bin/echo import sys print(*argv[1:])