Computer Science, asked by bhallar301, 8 months ago

2. Anant has written following expressions in Python 2.7 :
a = - 4% 1.5
b = -4// 1.5
C = 4.0/5
d = 4/5
(a) Find out the values stored by a, b, c and d. (b) What are the datatypes of a, b, c and d?
(c) Why are the values of c and d not the same.​

Answers

Answered by Reeyan777
0

Answer:

p=3.5j is following datatype

Explanation:

hope this works

reeyan 6th grade

Answered by ajaykumar90642
0

Explanation:

X=-4

Y=1.5

A=X%Y

print(A)

Similar questions