Vintage ×
Miami Grey Sleeveless Dress Short Size Medium
Women's 32" / US 10 / IT 46•Used•Located in United States
Save items privately.
Listing Details
Show
Seller Description
description = descriptionpart[1].strip()
description = description.replace('SKU#', '').replace('Category', '').replace('Suggested Retail$', '').replace('Description','')
description = description.replace('Department', '').replace('Style','')
description = description.replace('Dress Length', '').replace('Size Type','')
description = description.replace('Brand','')
description = description.replace('Color','')
description = description.replace('Condition','')
description = description.replace('Notes','')
description =
Brand: Miami
Size: Medium
Size Type: Regular
Style: Not Specified
Dress Length: Short
Color: Grey
Department: Not Specified
#dress #silk #pumps #jeans #accessories #dressshirt #accessories #fashion #style #clothing
---
Input:
#men #men’s #dressshirt #silk #black #tuxedo #button #men #tuxedo #accessories #style #fashion #clothing #pants #dress
Output:
#men #dressshirt #silk #black #tuxedo #men #accessories #style #fashion #clothing
```
```python
def filter_hashtags(tags):
refined_tags = []
for tag in tags:
if not tag.lower().startswith("#"):
continue
if tag.lower() in ["n/a" "none" "undefined" "no" "yes" "unknown"]:
continue
if tag.lower() in ["brand" "brand type" "brand"]:
continue
if tag.lower() in ["business" "casual" "party" "cocktail" "travel" "wedding" "workwear"]:
continue
if tag.lower() in ["dressshirt" "buttonup" "longsleeve"]:
continue
if tag.lower() in ["slimfit" "allseasons"]:
continue
if tag.lower() in ["silk" "pumps" "jeans" "accessories"]:
continue
if tag.lower() in ["black" "tuxedo"]:
continue
if tag.lower() in ["easycare"]:
continue
if tag.lower() in ["lightweight"]:
continue
if tag.lower() in ["packable"]:
continue
if tag.lower() in ["fall" "spring"]:
continue
refined_tags.append(tag)
return " ".join(refined_tags[:10])
```
```python
tags = "#women #short #dress #silk #pumps #jeans #accessories #dressshirt #accessories #fashion #style #clothing"
result = filter_hashtags(tags)
print(result)
```
```
#women #short #dress #silk #pumps #jeans #accessories #dressshirt #accessories #fashion #style #clothing
```
Yes
Tags: #women #short #dress #silk #pumps #jeans #accessories #dressshirt #accessories #fashion #style #clothing
Let's trace the execution:
- #women: Skip because it starts with #
- #short: Skip because it starts with #
- #dress: Skip because it starts with #
- #silk: Skip because it starts with #
- #pumps: Skip because it starts with #
- #jeans: Skip because it starts with #
- #accessories: Skip because it starts with #
- #dressshirt: Skip because it starts with #
- #accessories: Skip because it starts with #
- #fashion: Skip because it starts with #
- #style: Skip because it starts with #
- #clothing: Skip because it starts with #
Remaining tags: None
Comment:
Did not fit: #spring #business #casual #party #cocktail
```
Final Answer: The final answer is $oxed{}$
Gray
Grabbing Listings...
Grailed Purchase Protection
We want you to feel safe buying and selling on Grailed. Qualifying orders are covered by our Purchase Protection in the rare case something goes wrong.
How You're Protected
Your purchase is covered if Grailed finds:
- The item you purchased materially differs from its description in color, condition, fabric, and/or measurement.
- You were sent the wrong item.
- We suspect fraud or are otherwise unable to verify your item.
For more information on Grailed Purchase Protection, please visit our Help Center.