6 kyu
Make A Window
512 of 1,451Capocaccia
Description:
Make me a window. I'll give you a number (N). You return a window.
Rules:
The window will always be 2 x 2.
The window needs to have N number of periods across and N number of periods vertically in each pane.
Example:
N = 3
---------
|...|...|
|...|...|
|...|...|
|---+---|
|...|...|
|...|...|
|...|...|
---------
Note: there should be no trailing new line characters at the end.
ASCII Art
Fundamentals
Similar Kata:
Stats:
Created | Sep 18, 2017 |
Published | Sep 19, 2017 |
Warriors Trained | 2711 |
Total Skips | 101 |
Total Code Submissions | 5093 |
Total Times Completed | 1451 |
JavaScript Completions | 512 |
Python Completions | 654 |
Java Completions | 243 |
Julia Completions | 10 |
C# Completions | 66 |
Ruby Completions | 20 |
Total Stars | 25 |
% of votes with a positive feedback rating | 87% of 261 |
Total "Very Satisfied" Votes | 204 |
Total "Somewhat Satisfied" Votes | 47 |
Total "Not Satisfied" Votes | 10 |
Total Rank Assessments | 42 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |