diff --git a/learning_python3.md b/learning_python3.md index 44694b8..87a00b7 100644 --- a/learning_python3.md +++ b/learning_python3.md @@ -1368,6 +1368,7 @@ if __name__ == "__main__": ``` + # Lists The different built-in objects we've seen until now, such as `str` and `int` are simple [text](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str) and [numeric](https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex) types.