[ โฟ Challenge โฟ ] - Random Visual Pattern Generatorโฐโโณโโณโโโโปโฏ
Who said only web codes can produce nice things in CodePlayground ? Two steps for this challenge : - First : look at the examples, analyse them to understand how they are built (look at edges also). I added some examples in the linked code, because they can be diiferently displayed, according to the system you're using to watch this challenge. And the ones inside the code are nicer (at least on my devices). - Then, write a code that can automatically and randomly create similar patterns, inputs being the height and width of the pattern to produce. Pattern example (Code playground ascii 128 characters) Another : The line spacing creates vertical gaps in the pattern here. Check the examples in this code, it displays better : https://code.sololearn.com/cDQABxQMALxh/#py All languages welcome !