1# This sample uses a non-breaking space, which should generate errors in 2# the tokenizer, parser and type checker. 3 4# The space between "import" and "sys" is a non-breaking UTF8 character. 5import sys 6 7 8