- www.mycodingclasses.com
The return value is the answer the function gives you.
- www.mycodingclasses.com
Functions can live inside others to organize big programs.
- www.mycodingclasses.com
Use clear, simple names so your code makes sense later.
- www.mycodingclasses.com
Modular programming splits programs into smaller, reusable pieces.
- www.mycodingclasses.com
CamelCase joins words with capital letters: myVariableName.
- www.mycodingclasses.com
The import command lets you use code from another module.
- www.mycodingclasses.com
Snake_case uses underscores_between_words.
- www.mycodingclasses.com
Libraries give you pre-written code for things like math or random numbers.
