Skip to content

Instantly share code, notes, and snippets.

@Vazgen005
Created January 26, 2023 20:53
Show Gist options
  • Save Vazgen005/67cdfb69ebb34b5e3b9abf8648338e9a to your computer and use it in GitHub Desktop.
Save Vazgen005/67cdfb69ebb34b5e3b9abf8648338e9a to your computer and use it in GitHub Desktop.
Meme
print(*(lambda a=int(input()): [a*i for i in range(1, 6)])(), sep='---')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment