0
Can someone tell me how to make input type programme in python
4 Answers
+ 1
Your question is not really clear. What's your intention and what's your expectation?
+ 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...
0
If you mean getting input from a form, look at GUI libraries, like tkinter, kivy or QT