Sign up and we'll remember how far you've come.
How is AI made?
You don't need to know code. Feed in data and watch AI being built through tokenization → vectorization → training → generation. If you want, you can also build it with real Python code.
Mission 1 / 7 0 XP
Calculate a mean
Complete average(nums) for a non-empty list: sum divided by count. This arithmetic is a building block, not a trained model.
My Code
Output
Press [Run] and the result will appear here.