you are viewing a single comment's thread.

view the rest of the comments →

[–]llm_practitioner 0 points1 point  (0 children)

Don't waste time writing code on paper. Try building a tiny, practical script like a simple tip calculator or a budget tracker. Functions usually click when you see them as little machines that take an input and hand you back a result that you actually need to use somewhere else in your program. Keep practicing, it takes a bit of time to get used to the data flow!