Answer:
<h2>Expectation </h2>
Explanation:
Expectation is an idea concerning what will happen in the future
import random
i = 1
while i <= 100:
print("#"+str(i)+": "+str(random.randint(1,100)), end=", ")
i+=1
print()
i = 1
while i <= 100:
print("#"+str(i)+": "+str(random.uniform(1,100)), end=", ")
i += 1
I hope this helps!
Answer:
prepare (e.g. SQL prepared statements)
parse/convert (e.g. parse a string as an int/convert an array to string)
Explanation:
Hey Litz06,
Sorry that happened to you.
Try changing your password to something complicated so it’s more secure.