Programming
[Python] Built-in Functions
(이경수)
2019. 5. 12. 12:23
Python 3.7 Built-in Functions
https://docs.python.org/3.7/library/functions.html
Built-in Functions — Python 3.7.3 documentation
Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order. abs(x) Return the absolute value of a number. The argument may be an integer or a floating po
docs.python.org