Tell us what’s happening:
On Mean-Variance-Standard Deviation Calculator:
Hello,
I got one operation up and running, not esp. concerned on the functionality of it so far (self-alignment of it all when printing is good too) , but rather on how to print side by side ( vertically) just one more block for another operation.
Should I change the approach on how to print these rather horizontally? Maybe creating different lists to separate 1st terms, 2nd terms with operation sign, dashes and then results ? Any clue on this?
Thanks pkdvalis. I can use some time to understand technically what you meant -esp. the 2nd code line- but this sounds like a ‘printing-horizontally’ approach
Many thanks pkdvalis. I think I understood the main idea you intended to mean.
I just need time to sit down and brawl with Python. I’ve attached a scheme of what I intend to do. The final layout of the operations should adapt to the variable input ( except for the fixed 4 between operations).
Many thanks pkdvalis! You were right: the printing looks to run good after having tried to make it fail for several times. I’ll focus on the ‘Too many problems’ logic as well as putting all together -trying to minimize it- the rest of the arithmetic code
Cheers~