| about | help | code help+videos | done | prefs |
Python > String-1 > make_abba
prev | next | chance
| Given two strings, a and b, return the result of putting them together in the order abba, e.g. "Hi" and "Bye" returns "HiByeByeHi".
make_abba('Hi', 'Bye') → 'HiByeByeHi' make_abba('Yo', 'Alice') → 'YoAliceAliceYo' make_abba('What', 'Up') → 'WhatUpUpWhat' ...Save, Compile, Run prev | next | chance | CodingBat > String-1 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
106.0 Post-solution available
Copyright Nick Parlante 2006-11 - privacy