Squadracer shares a tip every week. We start this series in Ruby!
String manipulation in Ruby is very advanced. With the `[]` method or its alias `slice`, it's easy to extract a complex part!
Float precision is not infinite. Depending on your use case, you need to be very careful.
Rounding in Ruby doesn't work like it does in Python, but you can customize it to change that behavior