summary refs log tree commit diff stats
path: root/python/output
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
parent53d75846cc95a3af5d90c01b5ef010818b4adcf7 (diff)
downloadzadania-8fb719f58f91d1f1f187a1db974682fb3736ee05.tar.gz
Changes to project structure of Python assignments
As was directed to remove assignments.
Diffstat (limited to 'python/output')
-rw-r--r--python/output/03_flt_ops.typ (renamed from python/output/1/6.txt)0
-rw-r--r--python/output/04_gsum.typ (renamed from python/output/2/1.txt)0
-rw-r--r--python/output/06_cal.typ (renamed from python/output/2/5.txt)0
-rw-r--r--python/output/07_hstarpat.typ (renamed from python/output/2/7.txt)0
-rw-r--r--python/output/10_caeser_cipher.typ (renamed from python/output/3/6.txt)0
-rw-r--r--python/output/2/2.txt4
-rw-r--r--python/output/2/4.txt24
-rw-r--r--python/output/2/6.txt7
-rw-r--r--python/output/3/3.txt9
-rw-r--r--python/output/3/5.txt4
-rw-r--r--python/output/3/7.txt9
11 files changed, 0 insertions, 57 deletions
diff --git a/python/output/1/6.txt b/python/output/03_flt_ops.typ
index b238b5f..b238b5f 100644
--- a/python/output/1/6.txt
+++ b/python/output/03_flt_ops.typ
diff --git a/python/output/2/1.txt b/python/output/04_gsum.typ
index 81480d1..81480d1 100644
--- a/python/output/2/1.txt
+++ b/python/output/04_gsum.typ
diff --git a/python/output/2/5.txt b/python/output/06_cal.typ
index 35b538d..35b538d 100644
--- a/python/output/2/5.txt
+++ b/python/output/06_cal.typ
diff --git a/python/output/2/7.txt b/python/output/07_hstarpat.typ
index abb9c92..abb9c92 100644
--- a/python/output/2/7.txt
+++ b/python/output/07_hstarpat.typ
diff --git a/python/output/3/6.txt b/python/output/10_caeser_cipher.typ
index ba5b336..ba5b336 100644
--- a/python/output/3/6.txt
+++ b/python/output/10_caeser_cipher.typ
diff --git a/python/output/2/2.txt b/python/output/2/2.txt
deleted file mode 100644
index 4c06a26..0000000
--- a/python/output/2/2.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-```
-Enter a list of numbers: 1 42 73 23 13 15 17 9 65 48 37 11 4
-List of primes: [73, 23, 13, 17, 37, 11]
-```
diff --git a/python/output/2/4.txt b/python/output/2/4.txt
deleted file mode 100644
index 8188169..0000000
--- a/python/output/2/4.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-```
-Welcome to number guessing game
-Try to guess the secret random number between 1 to 10 correctly in 3 tries
-Enter a guess: 10
-Wrong guess! Try again.
-Enter a guess: 8
-Wrong guess! Try again.
-Enter a guess: 3
-Wrong guess! Game over!
-Secret value was 5
-Do you want to try playing again (y/n, default n): y
-Enjoy your next play
-
-Welcome to number guessing game
-Try to guess the secret random number between 1 to 10 correctly in 3 tries
-Enter a guess: 8
-Wrong guess! Try again.
-Enter a guess: 3
-Wrong guess! Try again.
-Enter a guess: 4
-Correct guess in 3 tries!
-Do you want to try playing again (y/n, default n): 
-Thanks for playing. Bye!
-```
diff --git a/python/output/2/6.txt b/python/output/2/6.txt
deleted file mode 100644
index 32f6729..0000000
--- a/python/output/2/6.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-```
-Enter a string: Hello World ABCDE 123456
-Number of
-  Uppercase characters: 7
-  Lowercase characters: 8
-  Digits: 6
-```
\ No newline at end of file
diff --git a/python/output/3/3.txt b/python/output/3/3.txt
deleted file mode 100644
index e2163f7..0000000
--- a/python/output/3/3.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-```
-Enter your full name: Sudipto Mallick
-Your name in reverse: Mallick, Sudipto
-```
-```
-Enter your full name: Ayush Kumar Shukla
-Your name in reverse: Shukla, Ayush
-```
-
diff --git a/python/output/3/5.txt b/python/output/3/5.txt
deleted file mode 100644
index 11fdc1d..0000000
--- a/python/output/3/5.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-```
-Enter a line of text: The trend towards remote work has accelerated in recent years, with many companies adopting a hybrid or fully remote model. It offers employees more flexibility and can lead to increased productivity and job satisfaction.
-Given text with all vowels removed: Th trnd twrds rmt wrk hs cclrtd n rcnt yrs, wth mny cmpns dptng  hybrd r flly rmt mdl. t ffrs mplys mr flxblty nd cn ld t ncrsd prdctvty nd jb stsfctn.
-```
diff --git a/python/output/3/7.txt b/python/output/3/7.txt
deleted file mode 100644
index 23b872f..0000000
--- a/python/output/3/7.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-```
-Enter an E-mail address: user@example.net
-Username: user
-Domain: example.net
-```
-```
-Enter an E-mail address: abcdefghi
-abcdefghi is not a valid E-mail address
-```