Skip to content

Instantly share code, notes, and snippets.

@modos
Created September 28, 2022 22:19
Show Gist options
  • Save modos/38333b7a2da8363c7ab910dfa05ce88e to your computer and use it in GitHub Desktop.
Save modos/38333b7a2da8363c7ab910dfa05ce88e to your computer and use it in GitHub Desktop.
منو پیاده کن
n = int(input())
print(n * (n+1) // 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment