TypeError 'str' object is not subscriptable

preview_player
Показать описание
#pythonforbeginners
How to Fix "TypeError 'str' object is not subscriptable" Error in Python
Learn how to solve the common Python error "TypeError 'str' object is not subscriptable" with this step-by-step tutorial.
#Python #programming #errorhandling #debugging #TypeError #str #subscriptable ▶▶▶Learn More◀◀◀
Рекомендации по теме
Комментарии
Автор

please how do i fix this 'print(f" you have ordered {order[0]['name']} the amount is {order[0]['price']} quanty: {order[0][qty]}")'

TypeError: 'set' object is not subscriptable

juanitafrimpong