Only Few Seats Left for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Apply NowA function is basically a sequence of statements that collectively perform some task or a group of tasks.
We have already encountered certain functions like,
type(23)
The name of the function is type
. It returns int
.
Therefore, a function takes an argument and returns a result.
Try calling the type function on other arguments of your choice and see the results.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...