Skip to content

Instantly share code, notes, and snippets.

@heliomcp
Created February 5, 2019 09:41
Show Gist options
  • Save heliomcp/dcb419c4adebdf688220ff8c88a246b1 to your computer and use it in GitHub Desktop.
Save heliomcp/dcb419c4adebdf688220ff8c88a246b1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
tabuada = lambda y:[print('{0} x {1: >2} = {2: >2}'.format(y,x,x*y)) for x in [n for n in range(1,11)]]
tabuada(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment