Just starting to learn Python and I was interested in the question of how to make every 10(levels) are displayed a message stating that the superior skill.My code is probably completely wrong,but I tried to set the variable to
a few values,and that when
a coincides with the iteration (s) output message('Skill up').Thanks in advance!
a = 1,10,20,30,40,50
for SkillUp in range(0,51,10):
if a == SkillUp:
print('Skill up!')