8 built-in functions in python with examples
Answers
Answered by
0
Answer:
1. print ()
print anything
2. input ()
Getting input
3. int()
Covert to integer
4. float ()
Convert to float
5. len()
shows length of object
6. type()
shows type of object
7. str()
convert to string
8. range ()
sequence of numbers and have with or without starting and ending values
Similar questions