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 8247061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:42:57+00:00 2026-06-07T22:42:57+00:00

So im trying to make a program that asks for 3 numbers and then

  • 0

So im trying to make a program that asks for 3 numbers and then returns the product of those numbers (determining the volume of a cuboid)

def cuboid ():
    A = input('Height '),
    B = input('Width '),
    C = input('Depth '),

So far this makes PYthon ask for the three values, but i don’t know hot to tell python that they are not strings, but integers. i.e. i don’t know how to use the int() command.
so if after that I type: Volume = A*B*Cit gives a TypeError because he thinks that 1,2 and 3 are not integers.

I don’t know why it doesn’t work that way, because a rough

def o3 (x,y,z):
    print x*y*z

does work.
Thanks in advance

  • 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-07T22:42:59+00:00Added an answer on June 7, 2026 at 10:42 pm

    You’re using input() where you should be using raw_input(). After the input, you then just need to say a = int(a) and a will be an integer which you can do normal arithmetic on.

    example:

    def get_cube_dims():
        x = int( raw_input('Enter x:') )
        y = int( raw_input('Enter y:') )
        z = int( raw_input('Enter z:') )
        print 'The volume is: {}'.format(x*y*z)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a program that gets two input numbers, multiplies them (storing
Im trying to make a program that retrieves an endless amount of numbers that
I'm trying to make a program that lets you input any one-step equation, and
I am trying to make a program that loads and image and then splits
I am trying to make a program that Encrypts data using AES, then encrypts
I am trying to make a program that will take as input a string
I'm trying to make a program that will open a directory, then use regular
I'm trying to make a program that, using pointers, detects lines in an image
I'm trying to make a program that can be hosted by many peoples, like
I am trying to make a program that can take an .mp3 file from

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.