Error: AttributeError: 'str' object has no attribute 'sort'
brand_name = "Huawei"
count = 3
while count <= 3:
brands = str(input(" Enter cellphone brandname:"))
brand_name.insert(brands, count)
count = 1 + count
brand_name.sort()
brand_name.remove("Huawei")
print(brand_name)
Mina13 0 Newbie Poster
Reverend Jim 5,179 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Mina13 commented: it works thank you +0
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.