Single value tuple Python output

PHOTO EMBED

Sat Aug 26 2023 09:37:50 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

s_tup = hello <class 'str'>
s1_tup = ('hello',) <class 'tuple'>
s2_tup = hello <class 'str'>       
s3_tup = ('hello',) <class 'tuple'>
content_copyCOPY