Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8771717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:51:38+00:00 2026-06-13T17:51:38+00:00

print Welcome to Dylan’s Pythagorean Theorem Solver. from math import sqrt print What are

  • 0
print "Welcome to Dylan's Pythagorean Theorem Solver."

from math import sqrt 

print "What are we solving for? A hypotenuse or a leg?"

ask = raw_input("# ")

if ask == "hypotenuse":
    print "What is the value of your first leg?"

    leg1 = raw_input("# ")

    print "The value of your first leg is %s. What is the value of your second leg?" % (leg1)

    leg2 = raw_input("# ")    

    print "The length of your hypotenuse is "sqrt((leg1 ** 2) + (leg2 ** 2))
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:51:39+00:00Added an answer on June 13, 2026 at 5:51 pm

    I’m a beginner but this is how I got your code to work:

    Raw_input produces strings. You need to convert leg1 and leg2 to ints or floats before you can use them in sqrt. You can do that like this:

    leg1 = int(input("# "))
    

    You’ve got the same problem but in reverse in print (python is expecting a str but getting a float). You’re also missing an operator in print.

    It might be easier to just create a new variable for the result of sqrt, convert it to a str, and then use the variable in print.

    hypotenuse = str(sqrt((leg1 ** 2) + (leg2 ** 2)))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try to print the name of the logged user this way: <p>Welcome #{sessionScope.authUser.email}</p>
public class StackTest { public static void main(String[] args) { show(); System.out.print(welcome back to
I'm trying to print out an HTML table in Ruby on Rails <h1>Welcome</h1> <p>
keepProgramRunning = True while keepProgramRunning: print Welcome to the Calculator! print Please choose what
import sys print 'Content-Type: text/html' print '' print '<pre>' # Read the form input
How can I print a map from the OpenLayers? I want to add print
is it possible to have links on the welcome page which point to defined
Print all combinations of a number N, as a sum of positive integers? They
print 'restore db1' run_command('pg_restore -i -h localhost -p 5432 -U postgres -d db1 -v
print <ul>; foreach ($arr as $value) { echo(<li> . $value[storeid] . . ($value[dvdstock] +

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.