it_companies = {'Facebook', 'Google', 'Microsoft', 'Apple', 'IBM', 'Oracle', 'Amazon'}
A = {19, 22, 24, 20, 25, 26}
B = {19, 22, 20, 25, 26, 24, 28, 27}
age = [22, 19, 24, 25, 26, 24, 25, 24]
print(len(it_companies))
it_companies.add("Twitter")
print(it_companies)
compañias={"Mercado libre", "Temu", "Aliexpress"}
it_companies.remove("Apple")
union=it_companies|compañias
print(union)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: