""" >>> n 42 """ # Place your solution code on the line after this one... if __name__ == '__main__': import doctest doctest.testmod()