about | help | code help+videos | done | prefs |
Define a function that when passed an integer, returns its last digit. You should not use abs() here because the whole purpose of this problem is for you to practice conditions. last_digit(1729) → 9 last_digit(-1729) → 9 last_digit(0) → 0 ...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: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy