I do not know how to ask a user for input giving him a hint at the same time.
When I use raw_input("some description")
a small window pops up and the user must enter something, as the input is completely empty. How to achieve the same, but with something already written to the input box (a hint for the user, which he/she could accept or simply change it)?