You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13 - Functions/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# Functions
2
2
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.
0 commit comments