My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Why am I getting this error in Python3?

Dhruv Jain's photo
Dhruv Jain
·Jul 1, 2017
>>>cast= ("1","2")
>>> cast.append("Gilliam")
Traceback (most recent call last):
File "<pyshell#44>", line 1, in <module>
   cast.append("Gilliam")
AttributeError: 'tuple' object has no attribute 'append'