subject

Three variables , x, y and z, supposedly hold strings of digits, suitable for converting to integers. write code that converts these to integers and print the sum of these three integers. however, if any variable has a value that cannot be converted to an integer, print out, the string "bad value(s) in: " followed by the names of the variables that have bad values (separated by spaces, in alphabetically ascending order).for example, if the values of x, y and z were respectively "3", "9", "2" then the number 14 would be printed; but if the values were "abc", "15", "boo" then the output would be: bad value(s) in: x zthis is what i have so far: try: print(int(x)+int(y)+int(z))except valueerror: if x=valueerror: print("bad value(s) in: ", x) elif y=valueerror: print("bad value(s) in: ", y) elif z=valueerror: print("bad value(s) in: ", z)python3 .

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
How can i clip a picture to a question on the computer?
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
Kyle, a receptionist for a building supply company, recently won an award for saving his company money on their phone system. after being presented with kyle's research, the company changed the way in which it made long-distance phone calls and cut their expenses in this area by 75 percent. the new system the kyle's company most likely adopted was wired communications switching stations voip hdtv
Answers: 3
question
Computers and Technology, 23.06.2019 02:30
Research data that is presented using descriptive language is said to be
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
In which job role will you be creating e-papers, newsletters and preiodicals
Answers: 1
You know the right answer?
Three variables , x, y and z, supposedly hold strings of digits, suitable for converting to integers...
Questions
question
Social Studies, 22.12.2020 14:00
question
Chemistry, 22.12.2020 14:00
question
Mathematics, 22.12.2020 14:00
question
Social Studies, 22.12.2020 14:00
Questions on the website: 13722363