Python Session Related Stuff
- Basic syntax
- Python-sepicifc data types [dictionary, list, tuple]
- Conditional Expressions
- Looping
- file handling
- Modules
Code the following programs so that we'll know your skill level as well. Make sure your program accepts input at command line.
- Write a python script to convert text to morse code and vice-versa
- Write a python script to check for balanced parantheses, which includes <>, {}, [], ().
Fork this repo and add your changes! Please make sure your file name is unique but understandable. Will be a git practice for you as well.