Run »
×
Change Orientation
thistuple = ("apple",) print(type(thistuple)) #NOT a tuple thistuple = ("apple") print(type(thistuple))
<class 'tuple'>
<class 'str'>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit