https://github.com/theodoreai/hackerrankcode
https://github.com/theodoreai/hackerrankcode
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodoreai/hackerrankcode
- Owner: TheodoreAI
- Created: 2021-09-20T21:47:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T21:52:15.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:49:08.151Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This is the directory that contains all the python code of hackerrank challenges.
## Make a virtual env with python3:
- python3 -m venv env
## Launch the env:
- source env/bin/activate
## To run a python3 file on the terminal:
- python3 nameoffile.py
## Thank you for your time and welcome to my GitHub. Follow me and I follow back!