summary refs log tree commit diff stats
path: root/python/output/3
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/3
parenta70e0a59817ce06a3dd23b3750ae16ee6660deaf (diff)
downloadzadania-7451edff7692e86c5238ff7bc6659825e242a84e.tar.gz
Quick backup, need to be rewritten
Diffstat (limited to 'python/output/3')
-rw-r--r--python/output/3/3.txt9
-rw-r--r--python/output/3/5.txt4
-rw-r--r--python/output/3/6.txt12
-rw-r--r--python/output/3/7.txt9
4 files changed, 34 insertions, 0 deletions
diff --git a/python/output/3/3.txt b/python/output/3/3.txt
new file mode 100644
index 0000000..e2163f7
--- /dev/null
+++ b/python/output/3/3.txt
@@ -0,0 +1,9 @@
+```
+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
new file mode 100644
index 0000000..11fdc1d
--- /dev/null
+++ b/python/output/3/5.txt
@@ -0,0 +1,4 @@
+```
+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/6.txt b/python/output/3/6.txt
new file mode 100644
index 0000000..ba5b336
--- /dev/null
+++ b/python/output/3/6.txt
@@ -0,0 +1,12 @@
+```
+Enter message: A quick brown fox jumps over a lazy dog.
+Enter key (1-25, -1 - -25): 5
+Ceesar cipher with k = 5 applied to the given message:
+F vznhp gwtbs ktc ozrux tajw f qfed itl.
+```
+```
+Enter message: F vznhp gwtbs ktc ozrux tajw f qfed itl.
+Enter key (1-25, -1 - -25): -5
+Ceesar cipher with k = 21 applied to the given message:
+A quick brown fox jumps over a lazy dog.
+```
diff --git a/python/output/3/7.txt b/python/output/3/7.txt
new file mode 100644
index 0000000..23b872f
--- /dev/null
+++ b/python/output/3/7.txt
@@ -0,0 +1,9 @@
+```
+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
+```