#To create a user input tuple #python #basics

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Wrong method. += is used to concatenate a tuple into tuple not to add elements to tuple

BalaajRaza
Автор

Hum kiye laptop mein to nhi run kiya... Apka kaise aa gya output

ArchanaSingh-elup
Автор

Agar do items input karane hai no. Aur phone no. To kaise karenge

ayushsingh
Автор

Or just u can do this:

TUP = tuple(input("enter the elements: "))
Print(TUP)


Output:
enter the elements: 123
('1', '2', '3')



❤❤

PixelPulseLegends