├── ASCII value ├── LCM of a number ├── addition of two matrices ├── addition of two numbers ├── concatenate two lists ├── count nueesent togethermberof digits pr ├── multiplication of matrices ├── odd or even ├── prime or not ├── python program to find armstrong number between certain numbers ├── reverse a number ├── shuffle a deck of cards ├── sort words in ascendinng order ├── swapping of two numbers └── to merge two dictionaries /ASCII value: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/ASCII value -------------------------------------------------------------------------------- /LCM of a number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/LCM of a number -------------------------------------------------------------------------------- /addition of two matrices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/addition of two matrices -------------------------------------------------------------------------------- /addition of two numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/addition of two numbers -------------------------------------------------------------------------------- /concatenate two lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/concatenate two lists -------------------------------------------------------------------------------- /count nueesent togethermberof digits pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/count nueesent togethermberof digits pr -------------------------------------------------------------------------------- /multiplication of matrices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/multiplication of matrices -------------------------------------------------------------------------------- /odd or even: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/odd or even -------------------------------------------------------------------------------- /prime or not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/prime or not -------------------------------------------------------------------------------- /python program to find armstrong number between certain numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/python program to find armstrong number between certain numbers -------------------------------------------------------------------------------- /reverse a number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/reverse a number -------------------------------------------------------------------------------- /shuffle a deck of cards: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/shuffle a deck of cards -------------------------------------------------------------------------------- /sort words in ascendinng order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/sort words in ascendinng order -------------------------------------------------------------------------------- /swapping of two numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/swapping of two numbers -------------------------------------------------------------------------------- /to merge two dictionaries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poojjprakash/python/HEAD/to merge two dictionaries --------------------------------------------------------------------------------