{}
run-icon
main.py
one = 0.1 two = 0.2 three = one + two print(str(three))
Output