Skip to content

Implement Python Code Execution #4

@ghost

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions