this is what i do. i start with correct code and use ai for translation.
this is where i start (c2l code i translate at https://c2l.puter.site):
define..sq.x[* x x
(define (sq x) (* x x))
ai step:
translate this code to python