Python ValueError: chr() arg not in range(256)
问题 So I am learning python and redoing some old projects. This project involves taking in a dictionary and a message to be translated from the command line, and translating the message. (For example: "btw, hello how r u" would be translated to "by the way, hello how are you". We are using a scanner supplied by the professor to read in tokens and strings. If necessary I can post it here too. Heres my error: Nathans-Air-4:py1 Nathan$ python translate.py test.xlt test.msg Traceback (most recent