“Python Line Rompe Inside String” Código de respuesta

Python Line Rompe Inside String

s = 'https://ja.wikipedia.org/wiki/'\
    '%E3%83%97%E3%83%AD%E3%82%B0%E3%83'\
    '%A9%E3%83%9F%E3%83%B3%E3%82%B0%E8%A8%80%E8%AA%9E'

print(s)
# https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0%E8%A8%80%E8%AA%9E
RicarHincapie

Línea de interrupción en String Python

myString = '1X2X3X'
print (myString.replace ('X', 'X\n'))
Determined Dormouse

Respuestas similares a “Python Line Rompe Inside String”

Preguntas similares a “Python Line Rompe Inside String”

Más respuestas relacionadas con “Python Line Rompe Inside String” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código