summary refs log tree commit diff stats
path: root/python/output/03_flt_ops.typ
diff options
context:
space:
mode:
Diffstat (limited to 'python/output/03_flt_ops.typ')
-rw-r--r--python/output/03_flt_ops.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/output/03_flt_ops.typ b/python/output/03_flt_ops.typ
new file mode 100644
index 0000000..b238b5f
--- /dev/null
+++ b/python/output/03_flt_ops.typ
@@ -0,0 +1,7 @@
+```
+Enter first number: 12.345
+Enter second number: 678.9999
+Concatenation of integer parts: 12678
+Sum rounded to 2 decimal places: 691.34
+```
+