Phi
import math
phi = (1 + math.sqrt(5))/2
# Approx: 1.618033988749895
Coding Random Things
import math
phi = (1 + math.sqrt(5))/2
# Approx: 1.618033988749895
Phi: φ | ϕ