What type will be printed when the following code executes?


aTuple = ("Orange")
print type(aTuple)

Posted on by