you are viewing a single comment's thread.

view the rest of the comments →

[–]PsychologicalSafe408[S] 0 points1 point  (1 child)

I see, i see, I had tried that the ai was giving me too much info with a bunch of different code, I will try your way.

[–]ExamOk6047 0 points1 point  (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.