zip, 4.31 KB
zip, 4.31 KB
zip, 3.67 KB
zip, 3.67 KB

Automatically checked python coding challenges.

To use test script simple run test.py in IDLE or the command line interface of your choice. The tests will fail at first. To get them to pass, complete the return statements in src/strings.py.

The answers are included in a separate folder, with the surrounding test framework so you can see what the test look like when they pass.

for example:

def say_hello(string): return

Should be:

def say_hello(string): return 'Hello, ' + string + '!'
Creative Commons "Sharealike"

Review

5

Something went wrong, please try again later.

helencopete

5 years ago
5

Really added an extra dimension to my AFL.

Report this resourceto let us know if it violates our terms and conditions.
Our customer service team will review your report and will be in touch.