/Varaible-Types

int, or integer: a number without a fractional part. float, or floating point: a number that has both an integer and fractional part, separated by a point.str, or string: a type to represent text. bool, or boolean: a type to represent logical values

Primary LanguagePython

This repository is not active