Naruto0 / python-flexing

Little pythonic programming excercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-flexing

Little pythonic programming excercises

This repository has one goal, to demonstrate my problem solving capability and to advertise challenges.

"Oh, please make it shorter.."

Allright.

def tldr(content):
    return content[5000:]

Contents

  • Snakes python implementation of classic snake game <type: Challange>
  • Triangle() & Point() Two friends forever <type: Codewars.kata>
  • SortingVisualized sorting algorytms

Here you have usage

About

Little pythonic programming excercises

License:GNU General Public License v3.0


Languages

Language:Python 100.0%