hmangukia / Hack2020

For all the beginners who want to start contributing to Open Source, here's the start!
3 stars 21 forks source link

Create sum.py #57

Closed Rj-Aman closed 2 months ago

Rj-Aman commented 2 years ago

a = 3 b = 2 sum = a+b print(sum)

Rj-Aman commented 2 years ago

sum