学校の宿題をしていたらQuestion7でこんな問題に: Write a one-line program that prints itself, using only the following features of the Python language: Number literals Assignment statements String literals that can be expressed using single or double quotes The arithmetic operators +, -, *, and / The built-in print function The built-in eval function, which evaluates a string as a Python expression The built-in repr