Add tests for the Python programs

Adjust 06-the-one/tf-06.py to avoid adding an extra blank line at the
end, so it will pass the tests.
This commit is contained in:
Bruce Adams
2013-09-24 20:49:38 -04:00
parent 26aecfd4a3
commit e967d5dadc
3 changed files with 60 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class TFTheOne:
return TFTheOne(result)
def printm(monad):
print monad._value
print monad._value,
#
# The functions