Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created June 1, 2023 15:22
Show Gist options
  • Save moulik-source/b35a02d1d2e7cd298550ad5dbf7495ae to your computer and use it in GitHub Desktop.
Save moulik-source/b35a02d1d2e7cd298550ad5dbf7495ae to your computer and use it in GitHub Desktop.
# Example variable declarations
x = 22
name = "John Doe"
is_valid = True
print(x,name,is_valid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment