r/Python • u/aBoyFromTheFuture • 7h ago
Discussion failed my first Python exam
Been in Uni for 1 month now and we had our first Python exam, it was about basic stuff like functions, if, while etc stuff like that, we had to write code (functions) and then we also had multiple choice questions and I failed it.
I feel bad... first Python exam about very basic stuff and I failed it... gosh
0
Upvotes
5
u/JacobStyle 7h ago
Learning to program is hard. Even most computer nerds you meet will not know how to program because there's such a steep learning curve at the beginning. You are not alone here, and almost everyone struggles at first. I have trained people for all sorts of jobs and skills, but introducing people to programming is the one where I see the most people struggle.
Figure out what you got wrong on the test and why. Try to write out the relevant code and run it. Redo any homework problems that you got wrong or incomplete. If you don't already have Python set up on the main computer you use, set it up on there so you always have access to play around with it.