Function is used to accept values from the user in Python. 1.id( ) 2.print( ) 3.input( ) 4.type( )
Answers
Answered by
3
Correct Question::
• Function used to accept values from the user in Python (computer language).
➣ Function used to accept values from the user in Python is :: input()
• Option 3
Answered by
5
The input () function allows the user to input values in Python.
Similar questions