From 8fb719f58f91d1f1f187a1db974682fb3736ee05 Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Sat, 13 Jan 2024 09:28:10 +0530 Subject: Changes to project structure of Python assignments As was directed to remove assignments. --- python/code/3/5.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 python/code/3/5.py (limited to 'python/code/3/5.py') diff --git a/python/code/3/5.py b/python/code/3/5.py deleted file mode 100644 index 7db13a0..0000000 --- a/python/code/3/5.py +++ /dev/null @@ -1,5 +0,0 @@ -text = input('Enter a line of text: ') -vowels = set('aeiouAEIOU') -ctext = ''.join(c for c in text if c not in vowels) -print('Given text with all vowels removed:', ctext) - -- cgit 1.4.1-2-gfad0