I didn't get the input function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I didn't get the input function

The input function in the input output process is not properly understood by me... please help.

27th Jul 2018, 1:41 AM
Lakshya Bansal
1 Answer
+ 2
a = input() print(a) *inputs hello* b = input("b is ") print(b) *inputs 7* console: hello b is 7
27th Jul 2018, 2:28 AM
Trollagon Gaming