Return Value
0.0
(0)
- The return value is the answer the function gives you.
- 877.334.2663
- joinus@mycodingclasses.com
Nested Function
0.0
(0)
- Functions can live inside others to organize big programs.
- 877.334.2663
- joinus@mycodingclasses.com
Variable Naming
0.0
(0)
- Use clear, simple names so your code makes sense later.
- 877.334.2663
- joinus@mycodingclasses.com
Modular Programming
0.0
(0)
- Modular programming splits programs into smaller, reusable pieces.
- 877.334.2663
- joinus@mycodingclasses.com
Camel Case
0.0
(0)
- CamelCase joins words with capital letters: myVariableName.
- 877.334.2663
- joinus@mycodingclasses.com
Import
0.0
(0)
- The import command lets you use code from another module.
- 877.334.2663
- joinus@mycodingclasses.com
Snake Case
0.0
(0)
- Snake_case uses underscores_between_words.
- 877.334.2663
- joinus@mycodingclasses.com
Library
0.0
(0)
- Libraries give you pre-written code for things like math or random numbers.
- 877.334.2663
- joinus@mycodingclasses.com
