News

We can see the actual data type in python by using type command. eg: type(10) You can change the type of expression in python which is called type-casting. You can convert int to float or vice versa.