ME 4990: Intro to CS�Object-Oriented Programming & Machine Learning 101
�
Functions
Outline
Function
Function
Function
Function
Function in Python
Function
Function
Function
This is fine, arg1=“I say”
This is NOT fine, arguments with default value must be put at last
Best practice! Always specify argument name
Over-ride a default value
Function
Function
Outline
Function
Hand-crafted functions
Hand-crafted functions
Programming with AI == Assemble Functions?
Program == a structure of functions
My thoughts
Your Turn: