From 5faf5c34d833f8467bce580e1e249f54856042dc Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 13 Apr 2022 16:08:14 +0100 Subject: Mostly finished tex template --- ExampleSubmission/example.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ExampleSubmission') diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index 0cf7cd7..07f21d4 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -25,7 +25,9 @@ class Application(tk.Tk): """ return "%s %s" % (arg_1, arg_2) + # add def add(self, num1:int, num2:int) -> int: + # add """Adds two numbers together and returns the output Args: -- cgit v1.2.3