Skip to content

Releases: oluiscabral/uDebugPyTester

Pre release

02 Oct 14:21

Choose a tag to compare

Pre release Pre-release
Pre-release

The program has some input especifications:

  • All your solutions output must be with python print() built-in method
  • You must have a tester.py file inside the folder where your solution is
  • Your tester.py file should randomly generate and print out (with python print()) the input the solution accepts

The code for now is quite simple, but it has the expected result. Hope you like it