Simple Python Compiler
I have implemented code in 3 languages : CPP , PHP , Python
Python code compiler with these features : Assingments : assining values to variables Operator control : == , != , < , > , <= , >= Math opertors : + , - , * , / Print Function : print('') , print '' If and else tokens : if (cond) : code ; else : code ;
This is just a simple implementation and a practical code. Feel free to use it anywhere you like or Improve , edit , change the code for better use.