dpalmasan / dpalmasan/code-challenges
Secuencia Look and Say
Open
strings
- Dominant language
- Python
- Stars
- 43
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Implemente una función que imprima en pantalla la secuencia _Look and Say_, hasta un término `n`:
```
1
11
21
1211
111221
312211
13112221
1113213211
31131211131221
13211311123113112211
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.