gistlib
To find the sum of 2 + 2 in Python, you can simply use the addition operator as shown below:
main.py2 + 2 6 chars2 lines
2 + 2
This will output 4.
4
gistlibby LogSnag