Skip to content

Instantly share code, notes, and snippets.

@modos
Created December 8, 2024 10:24
Show Gist options
  • Save modos/b8268311cddb609005ea41a7828bf71e to your computer and use it in GitHub Desktop.
Save modos/b8268311cddb609005ea41a7828bf71e to your computer and use it in GitHub Desktop.
جمع دو عدد
a, b = map(int, input().split())
print(a + b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment