adds function based guess the number

This commit is contained in:
waldek 2022-04-07 11:43:19 +02:00
parent 9901964b92
commit 698436b1bb
1 changed files with 1 additions and 0 deletions

View File

@ -1368,6 +1368,7 @@ if __name__ == "__main__":
``` ```
</details> </details>
# Lists # 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. 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.