Congratulations! You’ve learned so much about integers and how to represent and convert them between Python string and int
data types.
In this course, you learned how to:
- Use
str
andint
to store integers - Specify an explicit number system for an integer representation
- Convert a Python string to an
int
- Convert a Python
int
to a string
Now that you know about str
and int
, you can learn more about representing numerical types using float()
, hex()
, oct()
, and bin()
!
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
jamesbrown68 on May 20, 2020
Thanks for a useful course.