Intermediate Python Lesson 2: Exercise: Investigating Basic Objects
Investigating Objects
For this exercise, we'll dive into Python using the interactive interpreter to explore the data types we've seen so far.
Using the Interactive Interpreter
Python's interactive interpreter defaults to the prompt >>>. At this prom...
philipdevblog.hashnode.dev3 min read