Answer to Question #265608 in Python for Reel

Question #265608

Are Integers Created Equally?



by CodeChum Admin




It's time to find out if something is true or false. Let's test your capabilities by creating a program that checks if two integers are equal!






Instructions:




Input two integers in one line.



Print the two integers in one line, separate them with a space.



Print a string message on a new line, "Equal" if both integers are equal

1
Expert's answer
2021-11-13T23:53:06-0500
str1=input()
str2=input()
print(str1+"\\"+str2)
if ​str1==str2:
​print("Equal")
else:
​print("Not Equal"

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