Skip to content

Commit 57ce105

Browse files
author
Christopher Harrison
committed
Updated formatting for linting
1 parent 1350d2c commit 57ce105

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎13 - Functions/README.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Functions
22

3-
Functions allow you to take code that is repeated and move it to a module that can be called when needed.
4-
5-
Functions are defined with the *def* keyword and must be declared before the function is called in your code.
6-
7-
Functions can accept parameters and return values.
3+
Functions allow you to take code that is repeated and move it to a module that can be called when needed. Functions are defined with the `def` keyword and must be declared before the function is called in your code. Functions can accept parameters and return values.
84

95
- [Functions](https://docs.python.org/3/tutorial/controlflow.html#defining-functions)
106

0 commit comments

Comments
 (0)