Choice Card Talk
Talk:
What will be the output of the following Python code? >>>my_tuple = (1, 2, 3, 4) >>>my_tuple.append( (5, 6, 7) ) >>>print len(my_tuple)
Talk
History
Edit
There's no topics yet! Be the first.
Create topic
What should we call this new topic?
Create topic