summary refs log tree commit diff stats
path: root/python/output/03_flt_ops.typ
blob: b238b5fe260fb4d4a91c03cbf10623ddb39dbecb (plain) (blame)
1
2
3
4
5
6
7
```
Enter first number: 12.345
Enter second number: 678.9999
Concatenation of integer parts: 12678
Sum rounded to 2 decimal places: 691.34
```