Skip to content
/ PyLomba Public

Python Evaluater App for Android made in kivy

Notifications You must be signed in to change notification settings

kozyol/PyLomba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLomba

Python Evaluater App for Android

This app is for evaluate a string which contains single expression and return the calculated value and only evaluates the single expression, not the complex logic code!
This app does not accept the source code which contains statements like:

  • for
  • while
  • print
  • import
  • class and function

and can not be used to assign a value to variable

ScreenShot

Copy Paste Syntax Error Example