Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
decimal in python
+13
Author: Zhenis Otarbay
Dark
Public
Save
PY
py
1
2
3
4
5
6
7
8
from
decimal
import
*
a=
[
'93.7'
,
'100.7'
]
print
(
Decimal
(
a
[
0
]))
print
(
Decimal
(
a
[
1
]))
Enter to Rename, Shift+Enter to Preview
OUTPUT