We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
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)