Description : Use functions like len(), print(), and range().
Answer :
Python has many built-in functions that you can use in your code. Some examples include len() to get the length of a list,print() to print output to the screen, and range() to create an iterator over a sequence of numbers.