summaryrefslogtreecommitdiffstats
path: root/ExampleSubmission
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-13 16:08:14 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-13 16:08:14 +0100
commit5faf5c34d833f8467bce580e1e249f54856042dc (patch)
tree23961c9b1bf8a30e3ce8abac5918a95cf318e69f /ExampleSubmission
parentc191669089061a5082dba997ca43d1db233c1b72 (diff)
downloadSmarker-5faf5c34d833f8467bce580e1e249f54856042dc.tar.gz
Smarker-5faf5c34d833f8467bce580e1e249f54856042dc.zip
Mostly finished tex template
Diffstat (limited to 'ExampleSubmission')
-rw-r--r--ExampleSubmission/example.py2
1 files changed, 2 insertions, 0 deletions
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: