Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 07:13
Show Gist options
  • Save Ventsislav-Yordanov/6da0767660ff2b6195de0168fcfd1963 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/6da0767660ff2b6195de0168fcfd1963 to your computer and use it in GitHub Desktop.
a, b, c = (10, 20, 30)
print(a)
print(b)
print(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment