Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com

Implicit Type Conversion I

Easy
0/10

Problem statement

What will be the output of the following code?

a = 7
b = 8
c = a * b
print(type(c))
Implicit Type Conversion I
Options: Pick one correct answer from below