---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb Cell 2 in <cell line: 29>()
<a href='vscode-notebook-cell:/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb#W2sZmlsZQ%3D%3D?line=25'>26</a> print('')
<a href='vscode-notebook-cell:/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb#W2sZmlsZQ%3D%3D?line=26'>27</a> print('Number of iterations:', len(l) - 1)
---> <a href='vscode-notebook-cell:/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb#W2sZmlsZQ%3D%3D?line=28'>29</a> i = int(input('Enter i: '))
<a href='vscode-notebook-cell:/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb#W2sZmlsZQ%3D%3D?line=29'>30</a> print('Sequence: ', end='')
<a href='vscode-notebook-cell:/Users/nathancapule/vscode/CSPFastpages/CSPFastpages/_notebooks/2022-12-14-Lesson17/18.ipynb#W2sZmlsZQ%3D%3D?line=30'>31</a> collatz(i)
ValueError: invalid literal for int() with base 10: ''