Www.abss.k12.nc.us

int = when python detects an integer (positive or negative whole number) float = when python detects decimal numbers (i.e: 3.1569, 0.0, 9.9999, 5.0) print() formatting of strings can be done several ways: the + and the , are two ways. Using a comma-separating string with print() will output each object separated by a space, by default. ................
................