Computers and Technology

What did i do wrong? may you correct it for was also looking on how to delay when it prints. like when it prints a sentence i want it to wait about 2 seconds.

here's the code:

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? ")
if answer = input('give "f" for false or "t" for true: ')

if answer == "t":
print("correct, you've gained 10 points! ")
user_score += 10

elif answer == "f":
print("incorrect, you've lost 3 points! ")
user_score += -3


What did i do wrong? may you correct it for was also looking on how to delay when it prints. like

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 16:00, nataliem02
What tool can discover and report computer errors and conflicts that occur when you first turn on a computer and before the operating system?
Answers: 1
image
Computers and Technology, 22.06.2019 13:30, baeethtsadia
Asoftware company hired ray, a college graduate to work in their development team. ray is assigned to work in the coding phase of a project. what happens during the coding phase of a software development project? a. the customer receives a working model of the software. b. developers convert the program design into code. c. developers gather requirements directly from the stakeholders. d. testing teams check the product for quality.
Answers: 1
image
Computers and Technology, 23.06.2019 00:00, addisonrausch
What season was better from fortnite?
Answers: 2
image
Computers and Technology, 23.06.2019 03:30, patience233
Many everyday occurrences can be represented as a binary bit. for example, a door is open or closed, the stove is on or off, and the fog is asleep or awake. could relationships be represented as a binary value? give example.
Answers: 1
Do you know the correct answer?
What did i do wrong? may you correct it for was also looking on how to delay when it prints. like...

Questions in other subjects: