+ 1

printing strings inthe form of " H"pattern

Accept three strings of the same size, print them in alphabet H pattern as given in the Example Input/Output section. Input: BRIDGE DRAGON TRANCE Output: B++++T R++++R I++++A DRAGON G++++C E++++E Example Input/Output 2: Input: lemon grant apple Output: a+++g p+++r p+++a lemon e+++t

29th Jul 2018, 4:30 AM
Gokula Krishnan S
Gokula Krishnan S - avatar
2 odpowiedzi
+ 5
Drunken Data I suggest you submit your puzzle as a coding challenge. Here's my effort. https://code.sololearn.com/cA6tVf1x1w03/#py
29th Jul 2018, 10:45 PM
David Ashton
David Ashton - avatar
0
Didn't make it work for all cases but you should get the idea https://code.sololearn.com/ce4iYCsSgwi0/?ref=app
29th Jul 2018, 7:10 AM
JME