Retired
CIS 122 #5 Functions and Return Values (retired)
27CIS 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
In this challenge, we'll be learning about the pseudocode for Functions and how to translate them into Python. 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 4, 2015 |
Warriors Trained | 285 |
Total Skips | 9 |
Total Code Submissions | 1089 |
Total Times Completed | 27 |
Python Completions | 27 |
Total Stars | 3 |
% of votes with a positive feedback rating | 33% of 9 |
Total "Very Satisfied" Votes | 2 |
Total "Somewhat Satisfied" Votes | 2 |
Total "Not Satisfied" Votes | 5 |
Total Rank Assessments | 8 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |