masterPiece93 / PythonEssentials

0 stars 0 forks source link

Python Commenting Stratagy & Style #11

Open masterPiece93 opened 4 months ago

masterPiece93 commented 4 months ago
def f():
    """
    +================================+
    | Welcome to my game, muggle!    |
    | Enter an integer number        |
    | and guess what number I've     |
    | picked for you.                |
    | So, what is the secret number? |
    +================================+
    """
    ...