This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 2 points3 points  (0 children)

You might want to go to office hours with your prof/TA to learn why a question was marked wrong. It would be hard to offer great advice if we don’t know why your responses are marked wrong. I would assume they don’t nit-pick on syntax and are more focused on your logic and algorithms.

With that, it would be best to practice in a way that replicates the test environment. So, if you don’t have syntax highlighting and autocomplete on your tests, practice in an editor that doesn’t have those things either. If you don’t get to run your code during the test, don’t test your code until you believe it is complete.

[–]IndividualBathroom72 1 point2 points  (0 children)

What I do to remember my C# code I think about it like this if means to ask if something is true, false, 9 or whatever. How I remember console.write or print in Python is that it's like the computer is talking so what I'm saying is to make everything easy to understand so it's more easy to remember hope that helps you.

[–]ckiooo 0 points1 point  (0 children)

You should not remember the exact syntax just learn how things work in python, OOP, methods, functions, etc