functions — and the most-hallucinated bug ai ships8 / 9
functions and the missing return
Write a function called square that takes one number and returns it multiplied
by itself. Then call it with 9 and print the result.
Expected output:
81
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _