> For the complete documentation index, see [llms.txt](https://tim-python.bai.uno/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tim-python.bai.uno/core/4-functions.md).

# 4 Variables and Functions

Variables and functions are two basic and important concepts in programming. Do not try to memorise them, try to understand them.

**Variables and Functions (Methods):**

Go throught the widepedia for the definitions of varialbles and functions if you have interest.

{% embed url="<https://en.wikipedia.org/wiki/Variable_(computer_science)>" %}
Variale
{% endembed %}

{% embed url="<https://en.wikipedia.org/wiki/Method_(computer_programming)>" %}
Method/Function
{% endembed %}
