I am trying to add help text to function in my python script, similar to when parentheses are opened for input() or print(). Docstrings do something similar, but isn't useful when writing the code.
See below picture for what I want. The yellow pop up text for print is something I also want to turn up for the pythagorus() function, or something similar.
I also hope to apply this to functions other than this.