Q.6. Write the program to
input integer and float
values for the defined
variable by using input()
function.
Answers
Answered by
0
Answer:
The input() function reads a line entered on a console by an input device such as a keyboard and convert it into a string and returns it.
Similar questions