Another method, level_up() will add a level to the character's level variable. Using level, increase the variable's value by 1.
level_up()
level
Make sure to pick self followed by . and then level, +=, 1.
self
.
+=
1