#codecademy
Read more stories on Hashnode
Articles with this tag
There are three different types of functions. Built-in functions are always available to the user. Eg print() preinstalled modules have functions...
I'm on the last hurdle of codecademy's Python 2 course. Now I'm learning about classes. The 'pass' keyword is used in the body of a class. It's not...
Watching Coldfusion's video on Blockchain: https://www.youtube.com/watch?v=_3gbo_NinT0 In Italy, 85 of banks use a blockchain system called...
Still working through Codecademy's Python 2 course. while loops are similar to if statements. They will continue to loop while the condition is...
Continueing with Codecademy's 'Python 2' course: I can confirm that functions in py are defined using the def keyword. I just spotted another...