#!/usr/bin/env python3 # Open a file entered as a commandline argument # Print out the first 10 lines of the file # Hint: if you are using the readline method on the file object you will need to strip the newline characters