Question: explan what this code means python mainly like that formating does {: <6} mean the spaces between colums? print({: <6} ${: <25.2f} {: <25} ${:
explan what this code means python mainly like that formating does {:<6} mean the spaces between colums?
print("{:<6} ${:<25.2f} {:<25} ${:<25.2f} ${:<25.2f}".format(i, old_tuition_price, str(percent)+'%', new_tuition_cost, tuition_increase))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
