Skip to content

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

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.

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions