01DJDhruv JainWhy am I getting this error in Python3?>>>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'Jul 1, 2017L