Tag: sum
All the articles with the tag "sum".
-
Armstrong Numbers: What They Are and How to Detect Them in Python
Published: at 11:49 AMLearn what Armstrong (narcissistic) numbers are and how to create a function in Python to identify them. Examples and step-by-step explanation!
-
Overcome Obstacles: Calculate Potions with Python (Jump Obstacles)
Published: at 08:52 AMLearn how to calculate how many potions your character needs to overcome obstacles in Python. Use list comprehensions and ternary operators for an efficient solution.