1 File handle/File handle text/special symbol after word.py #method (hybrid) - modified ``` with open("happy.txt", "r") as file: for word in file: print(word.strip(), "*", end="") ```