[Solved] What can you use instead of zip?
It’s not clear why you’re using your own zip() instead of Python’s zip(), nor why you believe you need zip() at all. You can get this program to work by simplifying the code: fun_string = “””In ___0___, crazy ___1___ with ___2___, ate a meal called ___3___ on a grill””” horror_string = “””In ___0___ owned by … Read more