Is there Implicit and Explicit type casting in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there Implicit and Explicit type casting in python?

Like in JAVA programming language... i want to know whether implicit and explicit type casting is there in python or not!!

23rd Dec 2018, 8:34 AM
Naga Vardhan Bitragunta
Naga Vardhan Bitragunta - avatar
1 Answer
+ 4
Type casting in Python is different from type casting in Java. In some cases, there is type casting, for example, division, comma in print function In most of other cases, explicit type conversion is required, for example: https://code.sololearn.com/ctxFE4NqUjZO/?ref=app
23rd Dec 2018, 8:52 AM
Gordon
Gordon - avatar