7) Can you name ten built-in functions in Python?
print() – prints the output on the screen
float() – returns a floating point number
int() – returns an integer number
len() – returns the length of an object
input() – prompts for taking user input
list() – returns a list
abs() – returns the absolute value of a number
round() – rounds a number
type() – returns the type of an object
str() – returns a string object