Pseudocode:
import random
fetch user input on a lucky number
insert input into variable - "response"
new variable, random = randint
condition to check wheather random is our response
display results
Python Code:
import random
def main():
response = int(input("Guess my lucky number, its between 1 and 100: "))
lucky_number = random.randint(1,100)
if response == lucky_number:
print(f"Wow you're right, it is {lucky_number}")
else:
print("Sorry, Try Again")
main()
Reminder:
intended for python3 as i included the format f
also it could be done without the import, just manually insert a number
i'll leave the post mortum to you
Answer:C )Hash index
Explanation:Hash index is the index format that contains the group of the array in the organized pattern. In the hash table, the function of the hash index is to fix the index keys along with the buckets.
Hash index malware is used for the index keys which will correspond to the integers which are of the different from the actual integers in the hash table.Therefore, the correct option is option(c).
Answer:
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day.