Computer Science, asked by samratmore, 3 months ago

What should be the data type of '7>3' value​

Answers

Answered by pradeepr7654321
0

Answer:

a = 7 > 3

m = a.split(">")

l = list(map(int,m))

for f in l :

print(f,">",f)

Similar questions