replit.com/@IALXIE1/Sprint-9
1 Users
0 Comments
1 Highlights
0 Notes
Tags
Top Highlights
unique_names = set() price = random.randint(5, 100) weight = random.randint(5, 100) flammability = random.uniform(0, 2.5) mean_price = sum(price) / len(price) mean_weight = sum(weight) / len(weight) mean_flammability = sum(flammability) / len(flammability)
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.