Answer:
I hope this works for u
Explanation:
1 GIGABYTE = 1Gb = 1024 Mb = 1.000.000.000 bytes. 1 TERABYTE = 1Tb = 1024 Gb = 1 billon de bytes. 1 PETABYTE = 1Pb = 1024 Tb = Mill billones de bytes. 1 EXABYTE = 1 Eb = 1024 Pb = 1 trillon de bytes.
Can I have a brainliest..
Puedo tener un brainliest
Plz :3
Answer:
Vector
Explanation:
vector graphics are made up of paths, each with a mathematical formula (vector) that tells the path how it is shaped and what color it is bordered with or filled by.
Answer:
can anyone help me in computer
Answer:
kamusta Bagong user Ako dito = hello New user I'm here
i = 0
while True:
word = input("Please enter the next word: ")
if word == "STOP":
break
i += 1
print("#"+str(i)+": You entered "+word)
print("All done. "+str(i)+" words entered.")
I hope this helps!