PYTHON | Can you actually Change the Message in the Input Prompt Pop Up?
I created a public easy Code (see Profile) I used so you can see what I mean. So in the Introduction of the input function, they explain, that you can implement a "prompt message" that will tell the client, what kind of input the program wants. Looks something like this: Name = input("Enter your Name here:\t" ) print("Hello\t" + Name) I assumes that the Pop Up Window that asks for the Input would display said prompt text but the Text only appears in the right console/ the output So in the Output it says: Enter your Name here: Hello, ... Hope I phrased my question right! Sorry I'm completely new to this and I also don't have an IDE on my Laptop yet so all I tried it in was the SoloLearn Code Playground. Any explanation/ suggestion is welcomed! Happy Sunday, Anna