Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 484 Bytes

File metadata and controls

9 lines (5 loc) · 484 Bytes

PythonNotes

This repository contains jupiterNoteBooks that showcase my Python coding skills I have acquired.

  1. 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.

  2. Find Pairs.ipynb - This function prints out pairs of integers that match the target number and they are in ascending order.

  3. Reverse.ipynb - This utility function reverses the order of elements in a list, a tuple or a string.