私はpythonプロジェクトを作成しており、画面にルールを印刷する必要がありました。私は simplegui モジュールを使用しています。これが私が持っているものです。
text = """You will be given a number
and a number of operations. The number
on the top is the answer to the problem.
You must fill the blanks with numbers that
make the answer. Hit enter when you are
done, hit delete to go back."""
canvas.draw_text(text, (150, 250), 30, 'white')
それは私にエラーを与えました:
ValueError: text may not contain non-printing characters
このバグを修正するにはどうすればよいですか?