Computer Science, asked by rs266440, 4 months ago

Which statements are true about input() in python

A. is used to request and get information from the user
B. always returns what the user enters as a string of characters
C. is used to display information on the screen
D. None​

Answers

Answered by ravinedrop07
0

Explanation:

The raw_input() function in Python 2. x can be used to collect user input. The raw_input() function will prompt a user to enter text into the program, and will collect that data when the user presses the return key.

Similar questions