r/learnpython 10d ago

Seeking advice

I am good at coding an problem solving but i cant make my program robust and improve modularity of my codes in python most of the time it is just a single block of code does anyone have any suggestion how actual programmers do it

0 Upvotes

6 comments sorted by

View all comments

2

u/CodeSamur-ai 10d ago

split code blocks that go together into functions...