[deleted]
Jan 07, 2019 - 04:21
Can you guess what this code does before running it? Pythonista only...
Inspired by wtf Python on GitHub ;)
```
def apple_pi():
ingredients = hash(float('inf'))
oven = {1:''}
for hour in oven.keys():
ingredients/=10
del oven[hour]
oven[hour+1] = ''
return ingredients