#15 Tuple in Python | Python Tutorial

preview_player
Показать описание
#15 Tuple in Python | Python Tutorial

Stay Connected with me-

--------------------------------------------------
My Gears-

Canon 200D DSLR-
EF-S 18-55 mm Lens(Recommended)-
EF-S 18-55 mm Lens and EF-S 55-250 mm Lens-

Tripod / Gorilla Pod-

Microphones-

python tutorial
python tutorial 2022
python programming tutorial
programming tutorial
python tutorial for beginners
python course
python 3
python full course
python programming
python language
python for beginners
python basics
python
python 2023
python crash course
learn python programming
python from scratch
learn python
python programming language
introduction to python
Рекомендации по теме
Комментарии
Автор

I need your help in ghe following regard.
abc = ["j", "k", "l"]
z = "c"
Print(f"ab{z}")

For the above code I'm getting output as abc
Where I'm looking for ["j", "k", "l"] as output which I'm not getting

akshathbharathi