One type we have encountered already is a built-in function. Python indicates that the type is a builtin_function_or_method
; the distinction between a function and a method is not important at this stage.
type(abs)
This chapter will explore many useful types of data.