Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 509 Bytes

Python-Algorithms

In this project, I have just solved some of the very basic questions to improve my logical thinking in Python3.

Requirements

If you are on Linux-based system, run the following command on your terminal to install python3.

sudo apt-get update && sudo apt-get install python3

If you are on the Windows, please download it from https://www.python.org/downloads/

How to run the code?

After finishing installation process, you can run like,

python3 your_file_name.py