0

Can someone tell me how to make input type programme in python

8th Aug 2020, 2:33 PM
Vaishnavi Tripathi
Vaishnavi Tripathi - avatar
4 Answers
+ 1
Your question is not really clear. What's your intention and what's your expectation?
8th Aug 2020, 2:51 PM
Sandra Meyer
Sandra Meyer - avatar
+ 1
Pls Mention details clearly... You mean how to take input? If yes, Code: ins = input( "enter something" ) print(ins) Or print( input()) By these, statements output is what ever you input... It is all there in lessons clearly.. So complete the course will give clear idea... Hope it helps.. Happy learning...
8th Aug 2020, 3:01 PM
Jayakrishna 🇼🇳
0
If you mean getting input from a form, look at GUI libraries, like tkinter, kivy or QT
8th Aug 2020, 9:10 PM
Alan Beveridge
Alan Beveridge - avatar