Retired

Divide and rule (retired)

Description:

Seperate the numbers in the given equation. Remove the operators(*, +, -, /) and return the list of numbers. Example: '1+2+3' should return ['1','2','3']

Hint: ord('*') = 42, ord('+') = 43, ord('-') = 45, ord('/') = 47

Fundamentals
Regular Expressions
Declarative Programming
Advanced Language Features
Programming Paradigms
Strings

Similar Kata:

Stats:

CreatedApr 28, 2021
Warriors Trained7
Total Skips0
Total Code Submissions7
Total Times Completed5
Python Completions5
Total Stars0
% of votes with a positive feedback rating0% of 4
Total "Very Satisfied" Votes0
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes4
Total Rank Assessments4
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Bakyalakshmi  Avatar
Ad