Merge Strings Alternately - Leetcode 1768 - Python

preview_player
Показать описание
Leetcode Daily Challenge - April 18, 2023
Leetcode 1768. Merge Strings Alternately - Python Solution

Problem Statement
You are given two strings word1 and word2. Merge the strings by adding letters in alternating order, starting with word1. If a string is longer than the other, append the additional letters onto the end of the merged string.

Return the merged string.
===================================================
Key Moments
0:00 Intro of Merge Strings Alternately
0:15 Explanation of Merge Strings Alternately
1:42 Code for Merge Strings Alternately
2:40 Result
===================================================

Support the channel by subscribing and hitting the like button.

#leetcode #leetcodesolution #leetcodedailychallenge #codingpractice #learnpython #python #googleinterview #amazoninterviewpreparation
Рекомендации по теме
Комментарии
Автор

it is showing error in the second line

SumasriJuvvaladinne