Input in Python
Hello! It would be great, if someone could give me a hint to manage my problem. I want to make my python program more "interactive". At the python course examples, the input function always was used at the beginning. So with this input you can go through the code line by line and use this input at some point. If I am the guy who wrote the code every thing is fine. But if (as a user) I don't know what the program is doing and then a input window comes up and asks me for "multiple line input" I can only guess what i should write in there. (my name/age/some other numbers...) - the consequence is that the code maybe will not work properly. So is there a posibillity to change the standart text in that window and ask more precisely? Is it the same if i would work at the computer? Thanks ;)