News

print(f"List of strings from the list: {list_of_strings}") print(f"List of strings from the tuple: {tuple_of_strings}") ...