86 - Docstrings

Run Settings
LanguagePython
Language Version
Run Command
def test(a): ''' Info: this function tests and prints param a ''' print(a) test('!!!!') # Another way to get the comment is by using the built-in function help: help(test) # Another way: print(test.__doc__)
Editor Settings
Theme
Key bindings
Full width
Lines