Python Data Types Exercises

What is the characteristic of a decimal number? A number that represents non-whole or fractional values A number that represents whole values without fractional parts Submit What is the data type of the exchange_rate variable? exchange_rate = 1.23 Float String Submit What is the data type of the latitude and longitude variables? latitude = 37.7749 … Continue reading Python Data Types Exercises