| about | help | code help+videos | done | prefs |
you are given a string and x. print the first x characters of the string xchar('hello world', 4) → 'hell' xchar('freepoiwjfpoeirjwpoifjoerifjoe', 4) → 'free' xchar('now you can stop', 11) → 'now you can' ...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: 200
Copyright Nick Parlante 2017 - privacy