Skip to content

Instantly share code, notes, and snippets.

@bDrwx
Last active December 3, 2022 10:26
Show Gist options
  • Save bDrwx/17e785d497643ea3960e42e7806abeca to your computer and use it in GitHub Desktop.
Save bDrwx/17e785d497643ea3960e42e7806abeca to your computer and use it in GitHub Desktop.
# Print n elems in r pow
' '.join((str(r**(i)) for i in range(n)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment