У нас вы можете посмотреть бесплатно Write a program to output the string in reverse order, each character appearing twice. или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
A line of text is read from the input terminal into a stack. Write a program to output the string in reverse order, each character appearing twice. (e.g., the string a b c d e should be changed to ee dd cc bb aa) Website Link :- https://www.pathwalla.com/2020/07/a-l... Data Structure : Stacks and Queues || Q 2 || Type C || Sumita Arora || Class 12 || Computer science Data Structure : Stacks and Queues Playlist link --- • Data Structure : Stacks and Queues || Clas... Answer = line = input("Enter a line : ") stack = [ ] for i in line : stack.append(i+i) stack.reverse() for j in stack : print( j , end=" ") Output :- Enter a line : This is Path Walla Website. .. ee tt ii ss bb ee WW aa ll ll aa WW hh tt aa PP ss ii ss ii hh TT stack and queue class 12 class 12 stack program class 12 stack and queue class 12 computer science stack and queue