Pi(e)
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Pi(e) is an esoteric programming language based on the product of the formula, pi(e) or pi times e.
Specifics
It just prints the digits of pi multiplied by e.
Interpreters
A very stupid interpreter by User:None1, in Python:
from math import *; print(pi*e)