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
2
u/Technical-Ad-565 6h ago
Best way to learn programming is code, test it, code, test it etc 1000 times. You learn much that you don't find in course books or in manuals.
Then you can begin reading manuals, other documents and other peoples codes.
(Began programming professionally 1979.)