summary refs log tree commit diff stats
path: root/python/output/2/7.txt
diff options
context:
space:
mode:
authorSudipto Mallick <>2024-01-02 03:38:10 +0000
committerSudipto Mallick <>2024-01-02 03:38:10 +0000
commit7451edff7692e86c5238ff7bc6659825e242a84e (patch)
tree830fe25caf403869fe77df83bc44822ea6f5f11d /python/output/2/7.txt
parenta70e0a59817ce06a3dd23b3750ae16ee6660deaf (diff)
downloadzadania-7451edff7692e86c5238ff7bc6659825e242a84e.tar.gz
Quick backup, need to be rewritten
Diffstat (limited to 'python/output/2/7.txt')
-rw-r--r--python/output/2/7.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/python/output/2/7.txt b/python/output/2/7.txt
new file mode 100644
index 0000000..abb9c92
--- /dev/null
+++ b/python/output/2/7.txt
@@ -0,0 +1,24 @@
+```
+Enter pattern size: 4
+****
+*  *
+*  *
+****
+```
+``` 
+Enter pattern size: 5
+*****
+*   *
+*   *
+*   *
+*****
+```
+```
+Enter pattern size: 6
+******
+*    *
+*    *
+*    *
+*    *
+******
+```