Retired
CIS 122 #8 Input Validation (retired)
22CIS 122
Description:
This kata builds on the previous kata:
- CIS 122 #1 Simple Printing
- CIS 122 #2 Simple Input
- CIS 122 #3 Simple Operations
- CIS 122 #4 Modules and Parameters
- CIS 122 #5 Functions and Return Values
- CIS 122 #6 Selection
- CIS 122 #7 Repetition
In this challenge, we'll be learning about how to validate user input. The pseudocode standard used in this challenge is based on the book Starting Out with Programming Logic and Design, 3rd Edition by Tony Gaddis.
The challenge itself consists of a number of pseudocode examples with an integrated tutorial that explains how to translate the pseudocode into Python.
If you want to test code that uses x_print in Python 3 outside of the CodeWars site, add this line to the top of the code:
x_print = print
Fundamentals
Similar Kata:
Stats:
Created | Sep 7, 2015 |
Warriors Trained | 198 |
Total Skips | 6 |
Total Code Submissions | 361 |
Total Times Completed | 22 |
Python Completions | 22 |
Total Stars | 4 |
% of votes with a positive feedback rating | 50% of 7 |
Total "Very Satisfied" Votes | 3 |
Total "Somewhat Satisfied" Votes | 1 |
Total "Not Satisfied" Votes | 3 |
Total Rank Assessments | 7 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |