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, 21.06.2019 18:20
Write a method replacekey in the minheap class with the following signature: public void replacekey(integer oldkey, integer newkey) the method will replace the first occurrence of oldkey with the newkey, and restore the min-heap property after the change. if the oldkey does not exist in the heap, the method prints an appropriate message and returns without changing the heap. example: suppose our binary heap object (bh) has the following keys: *** 4 6 7 32 19 64 26 99 42 54 28 then the method call: bh.replacekey (oldkey integer(54), newkey integer(2))
Answers: 1
question
Computers and Technology, 21.06.2019 18:40
Adna sequence encoding a five-amino acid polypeptide is given below. …… …… locate the sequence encoding the five amino acids of the polypeptide, and identify the template and coding strand.
Answers: 1
question
Computers and Technology, 22.06.2019 16:20
Octothorpe is another name for what common computer keyboard symbol?
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
Quic which one of the following is the most accurate definition of technology? a electronic tools that improve functionality b electronic tools that provide entertainment or practical value c any type of tool that serves a practical function d any type of tool that enhances communication
Answers: 1
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
question
History, 17.09.2019 06:20
question
History, 17.09.2019 06:20
Questions on the website: 13722360