Data Types in Python Part-1




Write a Program to perform the arithmetic operations on the following numbers. Also print the result and check the Data Type of result.


a) 234 + 679.87

b) (2+3j) * (1 + 0.4j) (Store both numbers and result in separate variables)

c) 9 + (1+2j) [integer and Complex number addition]


(Paste your Programs in Comment Section Below)

Complete and Continue  
Discussion

21 comments