7 kyu
Mumbling
87,702 of 240,656g964
Description:
This time no story, no theory. The examples below show you how to write function accum
:
Examples:
accum("abcd") -> "A-Bb-Ccc-Dddd"
accum("RqaEzty") -> "R-Qq-Aaa-Eeee-Zzzzz-Tttttt-Yyyyyyy"
accum("cwAt") -> "C-Ww-Aaa-Tttt"
The parameter of accum is a string which includes only letters from a..z
and A..Z
.
Fundamentals
Strings
Puzzles
Stats:
Created | Dec 9, 2015 |
Published | Dec 9, 2015 |
Warriors Trained | 392970 |
Total Skips | 38750 |
Total Code Submissions | 698044 |
Total Times Completed | 240656 |
Ruby Completions | 6888 |
Python Completions | 79649 |
JavaScript Completions | 87702 |
Haskell Completions | 1478 |
C# Completions | 13105 |
Java Completions | 22093 |
Clojure Completions | 624 |
CoffeeScript Completions | 135 |
Elixir Completions | 605 |
TypeScript Completions | 4041 |
C++ Completions | 7447 |
PHP Completions | 6344 |
Crystal Completions | 48 |
F# Completions | 201 |
C Completions | 2667 |
Swift Completions | 2155 |
Go Completions | 4160 |
Rust Completions | 2323 |
R Completions | 289 |
Shell Completions | 348 |
OCaml Completions | 75 |
Kotlin Completions | 1980 |
Scala Completions | 577 |
Groovy Completions | 118 |
Julia Completions | 89 |
PowerShell Completions | 238 |
Nim Completions | 39 |
Reason Completions | 9 |
Racket Completions | 55 |
Dart Completions | 1161 |
Elm Completions | 50 |
Pascal Completions | 46 |
Lua Completions | 288 |
Perl Completions | 59 |
D Completions | 15 |
Erlang Completions | 24 |
Factor Completions | 13 |
Total Stars | 3607 |
% of votes with a positive feedback rating | 91% of 20915 |
Total "Very Satisfied" Votes | 17295 |
Total "Somewhat Satisfied" Votes | 3319 |
Total "Not Satisfied" Votes | 301 |