Hi,
I am doing the Shell challenge in Python. In some stages, using the readline library is recommended to complete them. However, there are other stages that don’t mention readline (e.g., the History Persistence stages) that could benefit from readline’s built-in functionality. Are we allowed to use readline for these as well, if we so choose?
Thank you!