Shell challenge readline usage

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!

Hey @osmium2259, Yes, absolutely!

You’re welcome to use the readline library in any stage if it helps with your implementation, even in stages where it’s not explicitly mentioned. Let us know if you run into any issues!

Great, thanks for the help!

1 Like