Computer Science, asked by maria2006, 4 months ago

1. Write the function which accepts the input data from the user.​

Answers

Answered by AFAC
4

Explanation:

There are two functions that can be used to read data or input from the user in python: raw_input() and input(). The results can be stored into a variable. raw_input() – It reads the input or command and returns a string. input() – Reads the input and returns a python type like list, tuple, int, etc.

FOLLOW ME

MARK AS BRAINLIST

Similar questions