Answer:
print("\nWelcome to the impossible quiz!\n")
name = input("What's your name before we get started? ")
print("Nice to meet you, "+ name)
print("\nThe rules are very simple, get the answer right and you get 10 points. You only have one chance to get the answer right, get it wrong and you'll lose 3 points! ")
input("\nReady?\n")
user_score = 0
print("First question: Do slugs have four noses?")
answer = input('Give "F" for False or "T" for True: ')
if answer == "T":
time.sleep(2)
print("Correct, you've gained 10 points!")
user_score += 10
elif answer == "F":
time.sleep(2)
print("Incorrect, you've lost 3 points!")
user_score += -3
Explanation:
Please check the answer. However, if before answer was wrong, and we need to use time.sleep(2) for delaying printing.
Cell phones work(s) by using radio waves to communicate with radio antennas placed within adjacent geographic areas.
Explanation:
the answer is call out safe or picture
Answer:
The correct option to the following question is option (B). e-business.
Explanation:
E-business is stands for the Electronic business.
E-business is the business which is conduct by the uses of the internet, Web, extranet or intranet, etc.
E-business is also known as the online business where online transactions take place.
E-business facilitates our customers that the selling and the buying of the goods between the consumers and the merchants.
The answer is D, I believe.