You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iaminfinityiq edited this page Mar 18, 2026
·
2 revisions
function data type
This data type acts as a base type for functions. A function when called, performs a specific task using the arguments provided for you. For example, the logln function (which comes from the io module) will print whatever is in the arguments list, and then prints a newline