#1
|
Runtime Error
Traceback (most recent call last):
File "/in/foo.py", line 4, in get_positive_integer
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/in/foo.py", line 11, in <module>
File "/in/foo.py", line 10, in get_positive_integer
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-12: ordinal not in range(128)
|
16ms |
3.254 MiB |