about | help | code help+videos | done | prefs |
Given an "out" string length 4, such as "<<>>", and a word, return a new string where the word is in the middle of the out string, e.g. "<<word>>". make_out_word('<<>>', 'Yay') → '<<Yay>>' make_out_word('<<>>', 'WooHoo') → '<<WooHoo>>' make_out_word('[[]]', 'word') → '[[word]]' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 112.0
Copyright Nick Parlante 2017 - privacy