Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 510 Bytes

File metadata and controls

17 lines (12 loc) · 510 Bytes

Python-Hacker-rank-solutions

My Python Solutions on Hackerrank

This is a repository of my solutions to Hacker Rank problems.

Languages

Currently, I have solutions written in

  • Python 2.7

How to Run the Code

Python

You can run the python code in either python 2 or 3 for most projects, though python 32 support has priority. You can run a package by invoking python on a directory that contains a __main__.py file. For example,

python python_filename/