Give an example of Input ( ) statement.
for class 8
Answers
Answered by
0
Answer:
a=input('Enter a number of your choice :')
Explanation:
Syntax:
input(text to print)
If you are asking for python!!
Here a is a variable storing data entered by user.
Similar questions