feat: main structure + basic math testing
This commit is contained in:
3
src/modules/strings.py
Normal file
3
src/modules/strings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def t_strings():
|
||||
my_template = "This is a value: {test}"
|
||||
print(my_template.format(test="another"))
|
||||
Reference in New Issue
Block a user