The answer is fewer because I know a lot about tech I take classes
Answer:
Explanation:
Operation Address Hit? Read Value
Read 0x834 No Unknown
Write 0x836 Yes (not applicable)
Read 0xFFD Yes CO
Answer:
I am a young lady.
Explanation:
simply sentence or expand more:
- I am a young lady in my teens.
- I am a young woman in her twenties.
- I am a twenty-year-old lady who is just starting off in life.
- I am a twenty-year-old woman who is just getting her feet wet in the world.
i = 0
while True:
user_input = input("Please enter the next word: ")
if user_input == "STOP":
break
i += 1
print("#{}: You entered {}".format(i,user_input))
print("All done. {} words entered.".format(i))
First we set i equal to zero so that we can keep track of how many words we input.
We set while True so that its a continuous loop until a certain condition is met to break out of the loop.
user_input is set equal to whatever word the user enters.
our if statement tells us to break out of the while loop if the user inputs "STOP"
If the user does not enter STOP i is set equal to itself plus 1. This just means we add one to i for every new word entered.
Then we print whichever word is entered.
After the while loop, we print All done and the quantity of words entered.
Answer:
Walt
Explanation:
Cause that n***a Frozen to
U get it lol xD