155k views
5 votes
Input data that can be accepted by a function in Python is called as​

User Ptit Xav
by
4.8k points

2 Answers

2 votes

Answer:

also know as IDE

Step-by-step explanation:

User Chris Klingler
by
5.2k points
4 votes

Answer:

Getting User Input from Keyboard

Step-by-step 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.

User Miyoung
by
5.3k points