Can I add custom methods/attributes to built-in Python types? August 20, 2022 by Magenaut For example—say I want to add a helloWorld() method to Python’s dict type. Can I do this?