Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what is a Parameter in Python?

1 Answer

0 votes
by (3.9k points)

A Parameter could also be called an Argument, in Python and both basically represent the same meaning that is a piece of information that is sent to a function. A function is represented by parenthesis, inside which we need to give value. These values are called argument or parameters.

If you wish to train yourself in Python, I would suggest you check out the Python certification course from Intellipaat, which offers you the industry-best training course and several guided projects. Also, have a look at our YouTube video on Python Projects for Beginners to help you get an idea of how to complete a project in Python.

Related questions

0 votes
1 answer
asked Oct 14, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Oct 8, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
asked Apr 18, 2021 in Java by laddulakshana (16.4k points)

Browse Categories

...