Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 269 Bytes

File metadata and controls

17 lines (14 loc) · 269 Bytes

allwcons Math interpeter

for python

supports

  • basic operations

    • plus (+)
    • minus (-)
    • divide (/)
    • multiply (*)
  • more operations

    • modulo (%)
    • factorial (!)
    • power (^ | **)
  • bracket operations

if any bug let me know