Skip to content

Instantly share code, notes, and snippets.

@shifatul-i
Created October 3, 2019 19:26
Show Gist options
  • Save shifatul-i/1e98f62ecde2ff92fb5b8b740114e420 to your computer and use it in GitHub Desktop.
Save shifatul-i/1e98f62ecde2ff92fb5b8b740114e420 to your computer and use it in GitHub Desktop.
a, b, c = 3, 4, 'Max'
print(a, b, c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment