diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
commit | ddb758a780c74d95d2c6bfc00d50fc7a04de7d34 (patch) | |
tree | a54a0f0218ce287257ee6db7c2d8642ef150932d /ExampleSubmission | |
parent | 3313a936debe04c733b3003858724de17cfcd7de (diff) | |
download | Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.tar.gz Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.zip |
switched to jinja for making test files. made it only test files without errors.
Diffstat (limited to 'ExampleSubmission')
-rw-r--r-- | ExampleSubmission/animals.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ExampleSubmission/animals.py b/ExampleSubmission/animals.py index a8c76d8..d32d6ff 100644 --- a/ExampleSubmission/animals.py +++ b/ExampleSubmission/animals.py @@ -20,3 +20,5 @@ class Kitten(Cat): """
def speak(self):
return "meow (but cuter)"
+
+print()
\ No newline at end of file |