it would be better.
The triple quotes ''' lets you have more than one line of text (you can push enter) and then you can have the python-style >>> input prompt.
Also the numbers make it confusing: do I type 'Phones' or do I type '1'?
Make it clear at the beginning - I recommend numbers because that eliminates spelling mistakes.
Try to add an invalid input:
Amazon 2.0
the second version of amazon
Nice, but if you asked your questions like this:
it would be better.
The triple quotes
'''
lets you have more than one line of text (you can push enter) and then you can have the python-style>>>
input prompt.Also the numbers make it confusing: do I type 'Phones' or do I type '1'?
Make it clear at the beginning - I recommend numbers because that eliminates spelling mistakes.
Try to add an invalid input:
That would at least tell the user what went wrong.
thank you that was really helpful I'll work on it
@OscarSowerbutts