Hello All,
I am new in this language and want to access the run time value
In other words, I want make a program in which ask the value from
User like scanf() function in C and cin>> function in Cpp
So is there any function or method by which user can enter value and print on screen
I have made program in which value is define early
>>>l=10
>>>print("Entered Value is ",l)
>>>Entered Value is 10
Now i want user can enter value at run time and get put
thnanX in advance