Link: https://leetcode.com/problems/length-of-last-word/description/
##Benchmarks
Benchmark 1: python3 problem-1.py Time (mean ± σ): 11.1 ms ± 1.6 ms [User: 9.4 ms, System: 1.8 ms] Range (min … max): 8.8 ms … 22.1 ms 212 runs
Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.
Benchmark 2: mojo problem-1.mojo Time (mean ± σ): 222.3 ms ± 9.7 ms [User: 238.4 ms, System: 28.6 ms] Range (min … max): 205.5 ms … 238.0 ms 14 runs
##Which performed better? 'python3 problem-1.py' ran 19.95 ± 3.02 times faster than 'mojo problem-1.mojo'