Skip to content

Chapter 8 our_first_script_with_functions.py issue #18

@Rexw099

Description

@Rexw099

When the script runs the following function I get the following error.

def find_missing_data(zipped_data):
missing_count = 0
for question, answer in zipped_data:
if not answer:
missing_count += 1
return missing_count

_in find_missing_data
for question, answer in zipped_data:
ValueError: too many values to unpack

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions