about | help | code help+videos | done | prefs |
username
Write a function username(first, last) that returns his or her username, specified as the last name followed by an underscore and the first initial. For example, username('martin', 'freeman') should return the string 'freeman_m'. username('David', 'White') → 'White_D' username('Joe', 'smith') → 'smith_J' username('Sally Ann', 'Field') → 'Field_S' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy