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

User Ptit Xav
by
3.1k points

2 Answers

2 votes

Answer:

also know as IDE

Step-by-step explanation:

User Chris Klingler
by
3.6k 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
3.4k points