This repository contains jupiterNoteBooks that showcase my Python coding skills I have acquired.
-
Deck Of Cards.ipynb - This demonstrates how to build a deck of cards using Python class. We can shuffle and draw cards from the deck.
-
Find Pairs.ipynb - This function prints out pairs of integers that match the target number and they are in ascending order.
-
Reverse.ipynb - This utility function reverses the order of elements in a list, a tuple or a string.