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: expressions-vs-statements/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Expressions vs Statements in Python: What's the Difference?
1
+
# Expression vs Statement in Python: What's the Difference?
2
2
3
-
This folder contains sample code from the Real Python tutorial [Expressions vs Statements in Python: What's the Difference?](https://realpython.com/python-expression-vs-statement/)
3
+
This folder contains sample code from the Real Python tutorial [Expression vs Statement in Python: What's the Difference?](https://realpython.com/python-expression-vs-statement/)
4
4
5
5
## Code Inspector
6
6
@@ -19,7 +19,7 @@ invalid
19
19
20
20
## GUI App
21
21
22
-
Register a lambda expression as a callback, which delegates to a function with statements:
22
+
Register a lambda expression as a callback, which delegates to a function with statements:
23
23
24
24
```shell
25
25
$ python gui_app.py
@@ -49,7 +49,7 @@ ca fe ba be 00 00 00 41
49
49
50
50
## Generators
51
51
52
-
Generate a random signal and use a low-pass filter to make it smooth:
52
+
Generate a random signal and use a low-pass filter to make it smooth:
0 commit comments