├── .gitignore ├── 01.py ├── 02.py ├── 03.py ├── 04.py ├── 05.py ├── 06.py ├── 07.py ├── 08.py ├── 09.py ├── 10.py ├── 11.py ├── 12.py ├── 13.py ├── 14.py ├── 15.py ├── 16.py ├── 17.py ├── 18.py ├── 19.py ├── 20.py ├── 21.py ├── 22.py ├── 23.py ├── 24.py ├── 25.py ├── 26.py ├── 27.py ├── 28.py ├── 29.py ├── 30.py ├── 31.py ├── 32.py ├── 32.txt ├── 33.py ├── 33.txt ├── 34.py ├── 34.txt ├── 35.py ├── 36.py ├── 36.txt ├── 37.py ├── 37.txt ├── 37_out.txt ├── 38.py ├── 38.txt ├── 39.py ├── 40.py ├── 41.py ├── 42.py ├── 43.py ├── 44.py ├── 45.py ├── 46.py ├── 47. Code Jam.py ├── 48. Gmail Bomb.py ├── 49. Fb_bomb.py ├── 50. Youtube_downloader.py ├── LICENSE ├── README.md ├── numbered_sample_text.txt ├── sample text.txt └── sample_text.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/.gitignore -------------------------------------------------------------------------------- /01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/01.py -------------------------------------------------------------------------------- /02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/02.py -------------------------------------------------------------------------------- /03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/03.py -------------------------------------------------------------------------------- /04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/04.py -------------------------------------------------------------------------------- /05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/05.py -------------------------------------------------------------------------------- /06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/06.py -------------------------------------------------------------------------------- /07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/07.py -------------------------------------------------------------------------------- /08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/08.py -------------------------------------------------------------------------------- /09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/09.py -------------------------------------------------------------------------------- /10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/10.py -------------------------------------------------------------------------------- /11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/11.py -------------------------------------------------------------------------------- /12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/12.py -------------------------------------------------------------------------------- /13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/13.py -------------------------------------------------------------------------------- /14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/14.py -------------------------------------------------------------------------------- /15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/15.py -------------------------------------------------------------------------------- /16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/16.py -------------------------------------------------------------------------------- /17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/17.py -------------------------------------------------------------------------------- /18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/18.py -------------------------------------------------------------------------------- /19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/19.py -------------------------------------------------------------------------------- /20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/20.py -------------------------------------------------------------------------------- /21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/21.py -------------------------------------------------------------------------------- /22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/22.py -------------------------------------------------------------------------------- /23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/23.py -------------------------------------------------------------------------------- /24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/24.py -------------------------------------------------------------------------------- /25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/25.py -------------------------------------------------------------------------------- /26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/26.py -------------------------------------------------------------------------------- /27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/27.py -------------------------------------------------------------------------------- /28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/28.py -------------------------------------------------------------------------------- /29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/29.py -------------------------------------------------------------------------------- /30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/30.py -------------------------------------------------------------------------------- /31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/31.py -------------------------------------------------------------------------------- /32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/32.py -------------------------------------------------------------------------------- /32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/32.txt -------------------------------------------------------------------------------- /33.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/33.py -------------------------------------------------------------------------------- /33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/33.txt -------------------------------------------------------------------------------- /34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/34.py -------------------------------------------------------------------------------- /34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/34.txt -------------------------------------------------------------------------------- /35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/35.py -------------------------------------------------------------------------------- /36.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/36.py -------------------------------------------------------------------------------- /36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/36.txt -------------------------------------------------------------------------------- /37.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/37.py -------------------------------------------------------------------------------- /37.txt: -------------------------------------------------------------------------------- 1 | apple 2 | banana 3 | cat 4 | dog 5 | elephant 6 | -------------------------------------------------------------------------------- /37_out.txt: -------------------------------------------------------------------------------- 1 | 1. apple 2 | 2. banana 3 | 3. cat 4 | 4. dog 5 | 5. elephant 6 | -------------------------------------------------------------------------------- /38.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/38.py -------------------------------------------------------------------------------- /38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/38.txt -------------------------------------------------------------------------------- /39.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/39.py -------------------------------------------------------------------------------- /40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/40.py -------------------------------------------------------------------------------- /41.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/41.py -------------------------------------------------------------------------------- /42.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/42.py -------------------------------------------------------------------------------- /43.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/43.py -------------------------------------------------------------------------------- /44.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/44.py -------------------------------------------------------------------------------- /45.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/45.py -------------------------------------------------------------------------------- /46.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/46.py -------------------------------------------------------------------------------- /47. Code Jam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/47. Code Jam.py -------------------------------------------------------------------------------- /48. Gmail Bomb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/48. Gmail Bomb.py -------------------------------------------------------------------------------- /49. Fb_bomb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/49. Fb_bomb.py -------------------------------------------------------------------------------- /50. Youtube_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/50. Youtube_downloader.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/README.md -------------------------------------------------------------------------------- /numbered_sample_text.txt: -------------------------------------------------------------------------------- 1 | 1. apple 2 | 2. bananna 3 | 3. car 4 | 4. mango 5 | 5. python 6 | -------------------------------------------------------------------------------- /sample text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garg10may/Python-for-Beginners-Solve-50-Exercises-Live/HEAD/sample text.txt -------------------------------------------------------------------------------- /sample_text.txt: -------------------------------------------------------------------------------- 1 | apple 2 | bananna 3 | car 4 | mango 5 | python 6 | --------------------------------------------------------------------------------