#100DaysOfLearningPython
Day-1
Functions are predefined actions that the computer can perform. For instance, the `print` function is used to display text in the terminal window.
These functions take inputs, called arguments, to carry out their tasks effectively.
@cs50
#ClanDevs