Nativescript + Angular. Содержимое в StatusBar

Только что понял:

def long_string():
    """
    Returns a string which is wider than the recommended PEP8 linewidth

    >>> print long_string()
    01234567890123456789012345678901234567890123456789012345678901234567890\
12345678901234567890123456789

    """
    return '0123456789' * 10

Надеюсь, что кто-то поможет.

0
задан Daniel 17 January 2019 в 11:34
поделиться