Computer Science, asked by masattarsunnyoyp7ov, 8 months ago

Identify data type of the results of the following Python expressions:


i) 10 or 5 < 6

ii) 10 > p >8

iii) 8.5//5

iv) “hello” or “ “


please answer correctly!!!
(this is for python and not for c++)​

Answers

Answered by AHERO
0

Answer:

1. int

2.int

3.long

4.string

Similar questions