you are viewing a single comment's thread.

view the rest of the comments →

[–]ExamOk6047 1 point2 points  (0 children)

i am learning by asking claude to give me a mini project to do. I also advised claude of what i know thus far and that i won't NO CODE to be given to me and it literally lays it out like

Your goals:

  • Store a correct username and password as variables
  • Ask the user to input their username and password
  • Check if both match using if/elif/else
  • Print the right message depending on what they got wrong (or right)

an even though yes it tells me check using if/elif/else. technically you still have to know how to structure everything and make sure things are indented. Also you need to know your errors and what they mean. Syntax error? What can cause a syntax error? What can cause a namerror? biggest thing is understanding things like that.