© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. ElumalaiIntroduction to Python for Kids https://doi.org/10.1007/978-1-4842-6812-4_14

14. Let’s Create Real-World Objects

Aarthi Elumalai1  
(1)
Chennai, Tamil Nadu, India
 

In the previous chapter, we looked at True automation with functions. We looked at saving time, space, and lines of code with functions, defining functions, calling them, sending arguments to our functions, using default arguments, returning values back to our calling statement, and accepting arbitrary arguments and lists as arguments. b

In this chapter, let us look at how to do real-world programming with object-oriented programming (OOPs). We’ll be looking at classes, the initialization ...

Get Introduction to Python for Kids: Learn Python the Fun Way by Completing Activities and Solving Puzzles now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.