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:
@@ -12,7 +12,7 @@ class TFTheOne:
|
||||
return TFTheOne(result)
|
||||
|
||||
def printm(monad):
|
||||
print monad._value
|
||||
print monad._value,
|
||||
|
||||
#
|
||||
# The functions
|
||||
|
||||
Reference in New Issue
Block a user