Bonus tip: For integers, here is a simple format case you can add to print statements to see the magnitude in your console. print(f'{number:,}') Where number is the varable.
@cat-boy1357