Python||Type conversion||Explicit Type Conversion||Implicit Type Conversion

preview_player
Показать описание
Type conversion is the process of converting data of one type to another.
Type conversion is of two types:
1.Explicit
2.Implicit
Explicit type conversion is the conversion process carried out manually or explicitly by the programmer
Implicit type conversion is the conversion process carried out automatically without programmer intervention.
str(),int(),float(),chr() functions are built-in functions in Python to carry out explicit type conversion.
Рекомендации по теме
join shbcf.ru