Answer to Question #203576 in Electrical Engineering for sarah

Question #203576

Correct the following python programme. then save the corrected code in the Word file by copying and pasting it.


X = int(input(“please enter an integer value : “)

Y = int(input(“Please enter another integer value:  “)

a = int(x)

b = int(y)

z = a%x

print(z)




1
Expert's answer
2021-06-07T05:47:06-0400
X = int(input('Please enter an integer value : '))
Y = int(input('Please enter another integer value: '))
a = X
b = Y
z = a % b
print(str(z))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS