SyntaxFix
Write A Post
Hire A Developer
Questions
l1 = [] #Empty list is given l1 = tuple(l1) #Through the type casting method we can convert list into tuple print(type(l1)) #Now this show class of tuple