Python Tutorial

• Python is a dynamically typed language • Python supports the followingtypes: • Boolean: True or False • Numerictypes • Integer: Positive or negative whole numbers, complex numbers (eg., 3 + 5j) • Float: Any real number • Sequencetypes • String: Sequence-type data type allowing for individual character access ................
................