Math, asked by Anonymous, 5 months ago

.What will be returned by Python as result of following
statements?
type('0')
type(3/2)
type(int('5'))
type(True)

Answers

Answered by parijaini
6

\huge\orange{\boxed{\purple{\mathbb{\overbrace{\underbrace{\fcolorbox{orange}{aqua}{\underline{\red{QUESTION : -}}}}}}}}}

What will be returned by Python as result of following

statements?

type('0')

type(3/2)

type(int('5'))

type(True)

\huge\orange{\boxed{\purple{\mathbb{\overbrace{\underbrace{\fcolorbox{orange}{aqua}{\underline{\red{ANSWER : -}}}}}}}}}

a)

>>>type(0)

# output

int

b)

>>>type(int(0))

# output

int

c)

>>>type(int('0'))

# output

int

d)

>>>type('0')

# output

str

Answered by IIXXINNOCENTBOYXXII
10

Step-by-step explanation:

महत्वपूर्ण खनिज घटनाएँ हैं: कोल्हापुर, रायगढ़, रत्नागिरी, सतारा, सिंधुदुर्ग और ठाणे जिलों में बॉक्साइट; अमरावती, भंडारा, चंद्रपुर, नागपुर, सिंधुदुर्ग और ठाणे जिलों में चीन की मिट्टी; .. !!

Similar questions