AI Dynamics

Global AI News Aggregator

About

Python Debugging Prompt for AI Capability Testing

2. Coding & Debugging Test Prompt: "Below is a buggy Python script. Find the errors, fix them, and explain what was wrong: python
CopyEdit
def factorial(n): if n = 1 return 1 else return n * factorial(n-1) print(factorial(5))"

→ View original post on X — @godofprompt