Adding Trouble

This commit is contained in:
2023-06-26 15:07:09 +02:00
parent 4873de4651
commit dde489899d

2
addingtrouble.py Normal file
View File

@@ -0,0 +1,2 @@
a, b, c = map(int, input().split())
print("correct!" if a + b == c else "wrong!")