How to put a "raw_input" on a window of the module tkinter (in python). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to put a "raw_input" on a window of the module tkinter (in python).

Hello, I'm creating a big project in python language but i have a question : How to put a "raw_input" on a window of the module tkinter (in python). I do not know how to go about it to put it in graphical format (I know how to put a normal text but not a "raw_input" ... -- Thank you in advance Ninofox_078

20th Feb 2019, 8:56 PM
Ninofox 078
Ninofox 078 - avatar
2 Answers
+ 1
Hello again, After a lot of research I found how to do and share the technique you have to write: name = Entry (windowname) -- Bye
23rd Feb 2019, 7:31 AM
Ninofox 078
Ninofox 078 - avatar
- 1
I think writing like r"hello world", will work for you.
23rd Feb 2019, 3:02 AM
Шащи Ранжан
Шащи Ранжан - avatar