/ Published in: Python
Expand |
Embed | Plain Text
>>> ttup (9, 7, 4, 2, 1) >>> print [i for i in ttup] [9, 7, 4, 2, 1]
You need to login to post a comment.
>>> ttup (9, 7, 4, 2, 1) >>> print [i for i in ttup] [9, 7, 4, 2, 1]
You need to login to post a comment.