Week 2: Meet Your AI Co-Pilots
alt + ]
(or option + ]
on mac) to cycle through them."""
), that occurs as the first statement in a module, function, class, or method definition.def add(num1, num2):
"""
Add two numbers together.
Parameters
----------
num1 : int
The first number.
num2 : int
The second number.
Returns
-------
int
The sum of the two numbers.
"""
return num1 + num2
labs/lab02/README.md
.IS4010: App Development with AI