Computer Science, asked by ak5092319, 1 day ago

Give an example of Input ( ) statement.


for class 8​

Answers

Answered by ujjwal99355
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