FUNCTIONS in Python. - ppt download: What Are Functions? Functions are sub-programs which perform tasks which may need to be repeated Some functions are “bundled” in standard libraries which are part of any language’s core package. We’ve already used many built-in functions, such as input(), eval(), etc. Functions are similar to methods, but may not be connected with objects Programmers can write their own functions
Comments
Post a Comment