You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use numbers to add padding in printf. example, %3d will print the integer with 3 spaces worth of padding on the left
-> right padding doesn't work
-> only positive values
-> use . to truncate float value to a certain decimal. .0 for no decimals