Skip to content

Implement Python Code Execution #4

Description

As a developer, I want to be able to run Python code inputted by the user so that their solutions can be tested.

  • Implement a function to take user's Python code and run it.
  • Display the output of the user's code.
  • Handle exceptions so that errors in the user's code don't crash the game.
  • Write unit tests for exception handling process
  • Write unit tests for python code running process

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions