I want to print a float value but if the value has no decimal (1.0, 2.0 etc, etc) I want to either remove the .0 part or convert it into an int so it removes the .0 anyway. Just for visual effect.
output:
You started with: 1.0
Wanted output:
You started with: 1