python for beginners series 4 part 3

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Python for Beginners Series 04 part3 .How are strings concatenated in Python? How are they sliced? Learn all of this in Lecture 4, Part Three of the series.

Комментарии • 4

  • @dueldreamer8211
    @dueldreamer8211 Месяц назад +1

    1: In Python, strings are combined using the plus (+) operator to link them end to end, creating a new string.
    2: To slice a string in Python, we use character indexes. The index of the first character in a string is 0, the second character is 1, and so on.

  • @pharaohatemduellinks6852
    @pharaohatemduellinks6852 Месяц назад +1

    Code 2 output: achi_U