Skip to content

Python driver file does not support function with multiple arguments #45

Open
@akhilerm

Description

@akhilerm

When multiple arguments are given, it is converted to tuple and hence cannot be used in the solution file.
eg: def answer(n ,m): in solution file. when calling answer function from driver.py it is converted to tuple which creates the argument as a single tuple instead of two integers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions