Frequently Asked Python Program 8: How To Swap First & Last Elements of a List

  Рет қаралды 54,606

SDET- QA

SDET- QA

Күн бұрын

Пікірлер: 19
@ShubhamRai06
@ShubhamRai06 3 жыл бұрын
Nicely explained all five approaches.
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@swathivenkatesh465
@swathivenkatesh465 2 жыл бұрын
Well explained!! Thank you so much
@sdetpavan
@sdetpavan 2 жыл бұрын
You are welcome!
@kommalapatimanjula8268
@kommalapatimanjula8268 Жыл бұрын
Wonderful explanation super
@sdetpavan
@sdetpavan Жыл бұрын
Thank you so much
@ramanaboinaharish9391
@ramanaboinaharish9391 Ай бұрын
n=[12,35,9,56,24] first=n[0] last=n[-1] n[0]=last n[-1]=first print(n)
@allenjr4978
@allenjr4978 3 жыл бұрын
Sor using the tuple method when all the values are assigned to get how are the values changed in my list
@madhusudan8401
@madhusudan8401 Жыл бұрын
in tuple function the values can't change...
@anuradhakumari6123
@anuradhakumari6123 4 жыл бұрын
NIce explanation
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@mouligodavarthi-yme1701
@mouligodavarthi-yme1701 2 жыл бұрын
Thank you sir
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@hellyshah6278
@hellyshah6278 3 жыл бұрын
what is the meaning of tuple?
@saipujitha9991
@saipujitha9991 3 жыл бұрын
Get is tuple
@saipujitha9991
@saipujitha9991 3 жыл бұрын
A data structure contained ng multiple arts
@saileinthirababu.s8146
@saileinthirababu.s8146 4 жыл бұрын
Write a function Swap(num, n) in Python, which accepts a list num of numbers and n is the number of elements. The function will interchange every alternate value. E.g If the list num contain: [11, 21, 31, 41, 51, 61] Output, [21, 11, 41, 31, 61, 51] What is the answer for this anybody tell this
@malaydhami822
@malaydhami822 3 жыл бұрын
list = [1, 2, 3, 4, 5, 6, 7] for i in range(len(list)-1): if i%2 == 0 : list[i],list[i+1]=list[i+1],list[i] print(list)
@murgan4307
@murgan4307 2 жыл бұрын
@@malaydhami822 what if item in list are not equal is it work or not tell me
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
요즘유행 찍는법
0:34
오마이비키 OMV
Рет қаралды 12 МЛН
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН