Cursor wrote this and it crashes with NameError: name 'user_name' is not defined.
Read the traceback when you run it — Python tells you the bad line.
Fix it so the code prints hi, maya.
The break is on line 2 — but read the whole snippet first.
Cursor wrote this and it crashes with NameError: name 'user_name' is not defined.
Read the traceback when you run it — Python tells you the bad line.
Fix it so the code prints hi, maya.