+ 1
I didn't get the input function
The input function in the input output process is not properly understood by me... please help.
1 ответ
+ 2
a = input()
print(a)
*inputs hello*
b = input("b is ")
print(b)
*inputs 7*
console:
hello
b is 7
The input function in the input output process is not properly understood by me... please help.