From 3431355971eff9d6feb0240815f8247ab30bf97b Mon Sep 17 00:00:00 2001 From: mitreac <53021555+mitreac@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:06:30 -0500 Subject: [PATCH] Create module1.py --- TCGA_matchmaker/module1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TCGA_matchmaker/module1.py diff --git a/TCGA_matchmaker/module1.py b/TCGA_matchmaker/module1.py new file mode 100644 index 0000000..99bca29 --- /dev/null +++ b/TCGA_matchmaker/module1.py @@ -0,0 +1,2 @@ +def add(x,y): + returnx + y(