-
You Wang thinks this is interesting:
Python also supports duck typing—“if it walks like a duck and quacks like a duck, it is a duck”. In other words, if we want to call certain methods on an object, it doesn’t matter what class the object is, only that it has the methods we want to call.
Minimise