Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog. Kunal

Assignment 1

Notes

Solutions

Set up

>>> str(chr(0))
'\x00'
>>> print(chr(0))