how to open two things at once in python 3 code example Example: how to open two files together in python with open("file_1.txt") as f1, open("file_2.txt") as f2: