Answer:
yes I do and I wonder why ??
Answer:
the data typically stored in cookies includes a unique ID and e-mail address.
Explanation:
A cookie can be defined as a text file created by a website and it comprises of small amounts of data such as username and password.
This ultimately implies that, this small piece of data known as cookies is a unique identification number saved by a web browser and as such are typically used to identify a host computer.
All of the following statements about cookies are true;
I. Cookies can be used to create cross-site profiles of users.
II. Cookies make shopping carts possible by allowing a site to keep track of a user's actions.
III. The more cookies are deleted, the less accurate ad server metrics become.
n = 1
lst = []
while n > 0:
lst.append(n := int(input()))
lst.pop(-1)
print(str(min(lst)) +" and "+str(max(lst)))
I wrote this code in python 3.8. I hope this helps