From 2c97a3364f7b3fa8447de88f93c6bbf3c9716424 Mon Sep 17 00:00:00 2001 From: filhodeiv Date: Wed, 23 Oct 2019 21:10:55 -0300 Subject: [PATCH] 1001.py --- Uri_Online_Judge/1001.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Uri_Online_Judge/1001.py diff --git a/Uri_Online_Judge/1001.py b/Uri_Online_Judge/1001.py new file mode 100644 index 0000000..c06b1a7 --- /dev/null +++ b/Uri_Online_Judge/1001.py @@ -0,0 +1,6 @@ +A = int(input()) +B = int(input()) + +SOMA = A+B + +print "X = %s" %(SOMA)