how to Casting Variables During Mathematical Operation in Python

 how to Casting Variables During Mathematical Operation in Python

It is very easy to cast variables during mathematical operation using python see the below code

a = 100
b = 15.12
y = a +b
print(y)
print(type(y))

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post