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

Stats:

CreatedSep 18, 2017
PublishedSep 19, 2017
Warriors Trained2711
Total Skips101
Total Code Submissions5093
Total Times Completed1451
JavaScript Completions512
Python Completions654
Java Completions243
Julia Completions10
C# Completions66
Ruby Completions20
Total Stars25
% of votes with a positive feedback rating87% of 261
Total "Very Satisfied" Votes204
Total "Somewhat Satisfied" Votes47
Total "Not Satisfied" Votes10
Total Rank Assessments42
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Capocaccia Avatar
  • B1ts Avatar
  • hobovsky Avatar
  • stellartux Avatar
  • albertogcmr Avatar
  • WestwardLand968 Avatar
  • ejini战神 Avatar
  • dfhwze Avatar
  • QKiryu Avatar
Ad