Python - Programming Language
This course covers the basics of programming in Python. Work your way through the videos/articles and I'll teach you everything you need to know to start your programming journey!

Classes & Objects

Lesson 31
Author : 🦒
Last Updated : October, 2017


book1 = Book("Harry Potter", "JK Rowling", 500);

book1.title = "Half-Blood Prince"

print(book1.title)