📜  如何编写正确的 Python 代码 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:48.679000             🧑  作者: Mango

代码示例6
my_very_big_string = (
    "For a long time I used to go to bed early. Sometimes, "
    "when I had put out my candle, my eyes would close so quickly "
    "that I had not even time to say “I’m going to sleep.”"
)

from some.deep.module.inside.a.module import (
    a_nice_function, another_nice_function, yet_another_nice_function)