Skip to content

priyankajain18/Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jumble Solver

A python game to solve jumble words.

Installation

  • mkdir Project
  • cd Project
  • virtualenv --no-site-packages .
  • source bin/activate
  • git clone https://github.com/priyankajain18/Assignment.git
  • cd Assignment

Play

  • cd jumble_solver
  • python jumble_solver.py inwdre

Test Cases

  • python -m unittest -v tests.test_jumble_solver

Screenshots

Jumble Word Screenshot

Test Jumble Word Screenshot

Highest Share Prices

A python program to find out the year and the month in which a particular company has the highest share value.

Play

  • cd share_prices
  • python script.py
  • python share_prices.py

Test Cases

  • python -m unittest -v tests.test_highest_share_price

Screenshots

Highest Share Prices Screenshot

Test Highest Share Prices Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages