How do i make a menu in python

HI how do I make am menu in python? I need a menu that has too options and both options lead to a different menu.

02/07/23

what is the centimeters

A subway token has a diameter of 2 centimeters. What is the token's circumference?use 3.14 for ​𝜋.

02/07/23

Fractions with exponents and multiplying exponents

Simplify the following expressions. Final answer should contain positive exponents only. 2xy-6xy-2x+5x x^2/x^5 (a^3 b^2) (a^5 b^-5) 3x^4 y^2 / 9xy^6 (3xy^3)^3(2x) I dont understand these which is... more

01/26/23

Which function represents the exponential function f(x) = 3x after a vertical stretch by a factor of 8 and a reflection across the x-axis?

A.  g(x) = 3-8x B.  g(x) = - 38x C.  g(x) = 8  . 3-x D.  g(x) = - 8  . 3x

Code troubleshooting

Fruit_List = ["apple", "pear", "peach", "banana"] Fruit_Name = input("Enter Fruit of Choice Here: ") Fruit_Count = 0 for Fr in Fruit_List: if Fr.lower() == Fruit_Name.lower(): ... more

How to do a for loop to do this

#3.2 Find the vowels – for loop (4.5 points)Using the 'if' statement and the 'or' operator, write a program that uses the input() function and asks the user for a word or sentence.Print the number... more

How to code in python something that will take your inputs of items bought and add them with tax

Calculates the total including sales tax (8.875%) of a shopping trip.Create a total variable and a tax variable. Total the items calculated with tax. Be sure to test if the price is above... more

11/30/22

10.10 LAB: Simple integer division - multiple exception handlers

Write a program that reads integers user_num and div_num as input, and output the quotient (user_num divided by div_num). Use a try block to perform all the statements. Use an except block to catch... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.