Can someone please better explain type conversion? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can someone please better explain type conversion?

Sorry, I have just started with this, and do not really understand how and why this works.

12th May 2018, 3:57 PM
Sophia
3 Answers
+ 3
I see that you have just started the Python tutorial so I guess you are talking about Python. Well, check out the link below... I could explain but it would be rather long. https://www.datacamp.com/community/tutorials/python-data-type-conversion
12th May 2018, 4:50 PM
cyk
cyk - avatar
0
converting one data type to another eg float x=6.9077786 int b = int(x) //b becomes 6
12th May 2018, 4:19 PM
‎ ‏‏‎Anonymous Guy
- 1
what are some of the things python can be use to programme.
13th May 2018, 7:43 AM
Jacob Akoto