0
Function
Function
2 Answers
+ 3
please be more descriptive with your question
https://www.sololearn.com/Discuss/3021159/?ref=app
0
Hello, Generliva Miranda and welcome to Sololearn!
I can see that you have enrolled yourself for the Python Developer and Coding Foundation courses. Is your question something related to functions in Python? Kindly specify the same so that we can help you better!
In Python, functions can be definined as reusable blocks of code designed to perform a specific task. They allow you to avoid repetition, and make your code more clean, readable and maintainable. Functions take input i.e. argument(s) (optional), process it, and can return an output (optional).
You can get more information here:
https://docs.python.org/3/library/functions.html
https://www.w3schools.com/python/python_functions.asp
If you are unfamiliar with Python functions, you might want to try out the Python Introduction and Intermediate courses available on Sololearn:
https://www.sololearn.com/learn/courses/python-introduction
https://www.sololearn.com/learn/courses/python-intermediate
Thank you.