Python by Swaroop C H - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
Numbers
Numbers in Python are of four types - integers, long integers, floating point and complex numbers.• Examples of integers are2 which are just whole numbers.
• Long integers are just bigger whole numbers.
• Examples of complex numbers are(-5+4j) and(2.3 - 4.6j)
