uoᴉʇɔunℲ ɐ ƃuᴉllɐƆ

--Originally published at Programming Blog

After having trouble with the title (start working that brain Guys!), we will be learning how to call a function.

And i learned that calling a function is like.. giving a variable the hole function (x=print(2+3))

Calling a function #1.png

We will require a statement called “def”.

And on the picture we have

def games (name=”doesn’t matter bla bla bla”)

and later on the code we can change what will games will be

Calling a function #2.png

Last but not least that’s how you can call a function, since everyone will be only looking on how to do it, go ask Ken and learn!