summary refs log tree commit diff stats
path: root/python/output/2/5.txt
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@termux-alpine>2024-01-13 09:28:10 +0530
committerSudipto Mallick <smlckz@termux-alpine>2024-01-13 09:28:10 +0530
commit8fb719f58f91d1f1f187a1db974682fb3736ee05 (patch)
tree506e070c7900cc5e3fb31000dbd1a39e95809c61 /python/output/2/5.txt
parent53d75846cc95a3af5d90c01b5ef010818b4adcf7 (diff)
downloadzadania-8fb719f58f91d1f1f187a1db974682fb3736ee05.tar.gz
Changes to project structure of Python assignments
As was directed to remove assignments.
Diffstat (limited to 'python/output/2/5.txt')
-rw-r--r--python/output/2/5.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/python/output/2/5.txt b/python/output/2/5.txt
deleted file mode 100644
index 35b538d..0000000
--- a/python/output/2/5.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-```
-Enter the starting day (1 for Sunday, 2 for Monday, ..., 7 for Saturday): 1
-Enter the number of days in the month: 30
-Calender for this month:
- SUN MON TUE WED THU FRI SAT
-   1   2   3   4   5   6   7
-   8   9  10  11  12  13  14
-  15  16  17  18  19  20  21
-  22  23  24  25  26  27  28
-  29  30
-```
-```
-Enter the starting day (1 for Sunday, 2 for Monday, ..., 7 for Saturday): 2
-Enter the number of days in the month: 28
-Calender for this month:
- SUN MON TUE WED THU FRI SAT
-       1   2   3   4   5   6
-   7   8   9  10  11  12  13
-  14  15  16  17  18  19  20
-  21  22  23  24  25  26  27
-  28
-```
-```
-Enter the starting day (1 for Sunday, 2 for Monday, ..., 7 for Saturday): 7
-Enter the number of days in the month: 31
-Calender for this month:
- SUN MON TUE WED THU FRI SAT
-                           1
-   2   3   4   5   6   7   8
-   9  10  11  12  13  14  15
-  16  17  18  19  20  21  22
-  23  24  25  26  27  28  29
-  30  31
-```