Skip to content

Sum of Two Integers

Andrew Burke edited this page Apr 3, 2024 · 6 revisions

summed = sum(13, 27)

print(summed * 2) # Output: 80

Clone this wiki locally