subject

What's wrong with this code in Python 3? I'm trying to make it add the total lengths together but I can't get it to print out the numbers. q=float(input("Enter the Feet: "))
w=float(input("Enter the Inches: "))
e=float(input("Enter the Feet: "))
r=float(input("Enter the Inches: "))
a=float(q*12)
c=float(e*12)
t=float(a+w+c+r)
z=float(t//12)
x=float(t%12)
print("Feet: "+z+" Inches: "+x)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:30
Melissa needs to add a topic to an email that she will send to her teacher. choose the name of the field where she should type her topic.
Answers: 2
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 23.06.2019 18:30
The computers in the sales department did not have enough data storage capacity to contain all the information the department needed to store, and it was taking a long time for team members to access the data they needed. to fix the problem, the technician installed new, larger hard drives on all the computers.
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
For the following example of making a peanut butter and jelly sandwich, identify which are inputs, processes, or outputs: bread scooping and spreading peanut butter plate scooping and spreading jelly finished sandwich putting two pieces of covered bread together dirty plate crumbs
Answers: 2
You know the right answer?
What's wrong with this code in Python 3? I'm trying to make it add the total lengths together but I...
Questions
Questions on the website: 13722359