.What will be returned by Python as result of following
statements?
type('0')
type(3/2)
type(int('5'))
type(True)
Answers
Answered by
6
What will be returned by Python as result of following
statements?
type('0')
type(3/2)
type(int('5'))
type(True)
a)
>>>type(0)
# output
int
b)
>>>type(int(0))
# output
int
c)
>>>type(int('0'))
# output
int
d)
>>>type('0')
# output
str
Answered by
10
Step-by-step explanation:
महत्वपूर्ण खनिज घटनाएँ हैं: कोल्हापुर, रायगढ़, रत्नागिरी, सतारा, सिंधुदुर्ग और ठाणे जिलों में बॉक्साइट; अमरावती, भंडारा, चंद्रपुर, नागपुर, सिंधुदुर्ग और ठाणे जिलों में चीन की मिट्टी; .. !!
Similar questions