< td class = "code"> # Código Python3 para demostrar cómo funciona
# Agregar sufijo/prefijo a las líneas en el list
# Usando la lista de comprensión + operador & quot; + & quot;
# inicializando lista
< clase de código ="simple "> lista_prueba = [ `a` < /código> , `b` , ` c` ,
`d`
]
# lista de impresión
imprimir ( "La lista original:" + < /código> str (test_list))
# inicializando append_str
append_str
= `gfg`
# Agregar sufijo/prefijo a las líneas de la lista
pre_res = [append_str + sub para sub in test_list]
suf_res
= [sub + append_str < clase de código = "palabra clave"> para sub en lista_prueba] código>
# Imprimir resultado
imprimir ( "lista después del prefijo additi on:"
+
str
(pre_res))
imprimir ( "lista después de agregar el sufijo:" + str (suf_res))
Salida: b>
La lista original: [`a`, `b`,` c`, `d`] lista después de la adición del prefijo: [` gfga` , `gfgb`,` gfgc`, `gfgd`] lista afterix además: [` agfg`, `bgfg`,` cgfg `,` dgfg`]
Shop
Learn programming in R: courses
$
Best Python online courses for 2022
$
Best laptop for Fortnite
$
Best laptop for Excel
$
Best laptop for Solidworks
$
Best laptop for Roblox
$
Best computer for crypto mining
$
Best laptop for Sims 4
$
Latest questions
NUMPYNUMPY
psycopg2: insert multiple rows with one query
12 answers
NUMPYNUMPY
How to convert Nonetype to int or string?
12 answers
NUMPYNUMPY
How to specify multiple return types using type-hints
12 answers
NUMPYNUMPY
Javascript Error: IPython is not defined in JupyterLab
12 answers
Wiki
Python OpenCV | cv2.putText () method
numpy.arctan2 () in Python
Python | os.path.realpath () method
Python OpenCV | cv2.circle () method
Python OpenCV cv2.cvtColor () method
Python - Move item to the end of the list
time.perf_counter () function in Python
Check if one list is a subset of another in Python
Python os.path.join () method