
GOOGLE COLABORATORY
PYTHON
PROGRAM
Colaboratory, or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser and is especially well suited to machine learning, data analysis and education. More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing free access to computing resources including GPUs.
This notebook will teach you about the functions in the Python Programming Language. A function is a reusable block of code that performs operations specified in the function. They let you break down tasks and allow you reuse your code in different programs. By the end of this lab, you'll know the basic concepts about function, variables, and how functions are used.