3. Python Basics#
This chapter introduces three fundamental areas of Python you’ll use immediately:
variables,
operators,
Python built-in data types
the print() function.
This chapter introduces three fundamental areas of Python you’ll use immediately:
variables,
operators,
Python built-in data types
the print() function.