Python Forum
simple string & input problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
simple string & input problem
#1
im building a bmi calculator, very new to programming and i have this problem
[spoiler]
[python][b]name = input("what's your name ")

height = input ("what's your height " + name )
print (height)

weight = input ("what's your weight" + name)
print (weight)

[color=#2ECC71]bmi = weight /(height**2)[/color]
print(bmi)
Problem:: when i write my input there is no space in between the input (exampel "what's your name?Joey tribbiani"

and lastly, the biggest problem is that i can't run my code. (line bmi=weigt/(heigt**2)...) i don't know why.
this is my first real (problem im trying to solve) help appreciated.
Reply


Messages In This Thread
simple string & input problem - by kungshamji - Jun-23-2019, 11:04 AM
RE: simple string & input problem - by ichabod801 - Jun-23-2019, 11:32 AM
RE: simple string & input problem - by kungshamji - Jun-23-2019, 01:49 PM
RE: simple string & input problem - by perfringo - Jun-23-2019, 02:08 PM
RE: simple string & input problem - by ichabod801 - Jun-23-2019, 02:38 PM
RE: simple string & input problem - by kungshamji - Jun-23-2019, 03:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using string input for boolean tronic72 3 735 Nov-01-2023, 07:48 AM
Last Post: Gribouillis
  problem in using input command akbarza 4 1,195 Oct-19-2023, 03:27 PM
Last Post: popejose
  problem in entering address of a file in input akbarza 0 675 Oct-18-2023, 08:16 AM
Last Post: akbarza
  A simple problem, how best to solve it? SuchUmami 2 743 Sep-01-2023, 05:36 AM
Last Post: Pedroski55
Sad How to split a String from Text Input into 40 char chunks? lastyle 7 1,195 Aug-01-2023, 09:36 AM
Last Post: Pedroski55
  How to solve this simple problem? Check if cvs first element is the same in each row? thesquid 2 1,266 Jun-14-2022, 08:35 PM
Last Post: thesquid
  Convert string to float problem vasik006 8 3,453 Jun-03-2022, 06:41 PM
Last Post: deanhystad
Big Grin General programming question (input string)[ jamie_01 2 1,633 Jan-08-2022, 12:59 AM
Last Post: BashBedlam
  Problem with input after function luilong 10 4,155 Dec-04-2021, 12:16 AM
Last Post: luilong
Big Grin question about simple algorithm to my problem jamie_01 1 1,707 Oct-04-2021, 11:55 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020