Merge pull request #5038 from Ahmad-Alsaleh/patch-1

fix grammatical error in copy
pull/5392/head
dsh 7 months ago committed by GitHub
commit f1212118d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/python/content/102-python-advanced-topics/105-modules/100-builtin-modules.md

@ -1,6 +1,6 @@
# Builtin Modules
Python interpreter has a number of built-in functions. They are always available for use in every interpreter session. Many of them have been discussed in previously. For example `print()` and `input()` for I/O, number conversion functions (`int()`, `float()`, `complex()`), data type conversions (`list()`, `tuple()`, `set()`) etc.
Python interpreter has a number of built-in functions. They are always available for use in every interpreter session. Many of them have been discussed previously. For example `print()` and `input()` for I/O, number conversion functions (`int()`, `float()`, `complex()`), data type conversions (`list()`, `tuple()`, `set()`) etc.
Visit the following resources to learn more:

Loading…
Cancel
Save