Iam a recently Graduated Btech Student. I created my own programming language name "Wolf" of version 0.1.2 created using python from 'PYPI' giving a separate API to the programming language. I made it easier than Python you can get from this url https://lnkd.in/gbH6aKNg (or) It is accessible to everyone in your command prompt. pip install wolf1 to run code:- wolf filename.wolf (or) python -m wolf.main filename.wolf 1)it supports conditional statements,OOP and all topics 2)it is DSA friendly for 18 patterns like 2 pointers,sliding window,binary search,graphs,heap,linkedlist etc. everything has functions which makes coding easier without applying logic for any DSA patterns. alias it is DSA friendly without applying logic eg:-1)findanagram(string) to find anagram of string 2)getdfs() to get dfs in graphs pattern 3)heap(elements,k) to find top k elements 4)fibonacci(i) for Fibonacci of a number and many more....…