DEV Community

Play Button Pause Button
Cheuk Ting Ho 🐍
Cheuk Ting Ho 🐍

Posted on

Python Zero to Hero - Ep.2 - Python Basics (int, float, str)

Today we learnt 3 types of Python objects: Integer (int), Decimal Numbers (float) and Strings (str). With the help of some built-in functions we can write very simple Python programs.

You can get the slide deck here and the example code form GitHub here.

Top comments (0)