feat: main structure + basic math testing

This commit is contained in:
2025-11-14 23:00:38 +01:00
parent baa74c8b0a
commit 90f0e44e22
7 changed files with 40 additions and 2 deletions

3
src/modules/strings.py Normal file
View File

@@ -0,0 +1,3 @@
def t_strings():
my_template = "This is a value: {test}"
print(my_template.format(test="another"))