1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Ratling [72]
3 years ago
12

Tina wants to make a quiz using a presentation for her students. The presentation will have a question with multiple answers om

Computers and Technology
1 answer:
evablogger [386]3 years ago
7 0

Answer: Question is not clear ,But an example python code is below..

Using only Beginner Level IF-ELIF,ELSE,NESTED IF statements :)

Explanation:

print("Welcome To Quizzy Quizes")

print("Q 1. Do elephants bath everyday?")

x=str(input("Enter Yes/No :"))

if x == 'yes':

   print("correct answer!!")

else :

   print("Wrong ,try again")

   

a= str(input("Do you want to Continue Playing?"))

if a == 'yes':

   print("Loading...")

else:

   exit()

   

print("Q.2 have you ever had been too serious that u had street Fight with someone?")

y = str(input("enter yes/no:-"))

if y == 'yes':

   print("WHY SO SERIOUS? HEHE")

else :

   print("Why so Poor,Have some fight !")

print("Q.2  Hero or villain for a day? ")

z  = str(input("enter Answer:"))

if z == "hero":

   print("Which SuperHero ?")

   b = str(input("Enter Answer:"))

   print("Great Selection, Now Save the World")

if z == "villain":

   print("Which Villain?")

   c = str(input("Enter Villain name:"))

   print("great selection , Now get ready to destroy the world")

   

You might be interested in
Which method will return the first element in an ArrayList employees?
Wittaler [7]

Answer:

employees.get(0)

Explanation:

In the programming, the index of ArrayList start from zero.

So, the element start storing in the ArrayList from the zero index.

get() is the function which is used to retrieve or getting the value in the

ArrayList.

The function employees.get(0), it retrieve the element of zero index.

The function employees.get(1), it retrieve the element of first index.

The function employees.first(1), it is wrong calling.

The function employees.get(), it is wrong calling. you have to enter the index value inside the get().

3 0
3 years ago
The process of engineering design typically starts with what ?
klemol [59]

The process of engineering typically starts with brainstorming.
6 0
3 years ago
When did mac start? when did windows start? when did lynux start?
ale4655 [162]

Answer: Macintosh start January 24, 1984

Windows start November 20, 1985

Linux start October 5, 1991

7 0
3 years ago
Read 2 more answers
What is the name of the function below?<br><br> function go(){<br> alert("hello everybody");<br> }
labwork [276]

Answer:

It’s Java script I think and it makes something say hello everybody

Explanation:

6 0
3 years ago
The operating cost of driving include
blagie [28]
And what is the question?
4 0
3 years ago
Other questions:
  • What can be determined from this selection? Check all that apply. The Tax Info worksheet is currently being viewed. There are th
    6·2 answers
  • Which feature of Microsoft power point allowed you to put a picture in every slide
    8·1 answer
  • How do i start makeing a Character in the Unreal Game Engine
    14·2 answers
  • Which method of the form passes data without appending the parameters to the url?
    5·1 answer
  • Which of the following is true of standard error? a. It can take negative values. b. It is an estimate of the standard deviation
    6·1 answer
  • You have three users who travel to four branch offices often and need to log on to the RODCs at these offices. The branch office
    12·1 answer
  • Mario makes a check payable to "cash," intending to withdraw money from his bank. Kirby takes the check from Mario's notebook an
    10·2 answers
  • Refer to the following code segment. You may assume that array arr1 contains elements arr1[0],arr[1],...,arr[N-1], where N = arr
    8·1 answer
  • Reading for comprehension requires _____ reading?
    7·1 answer
  • What is information associated with a document to help describe that document called?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!