Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/ceb2a237ca865b3d33ff1423d40ab5e8 to your computer and use it in GitHub Desktop.
Save velotiotech/ceb2a237ca865b3d33ff1423d40ab5e8 to your computer and use it in GitHub Desktop.
rand_hex_string = binascii.b2a_hex(os.urandom(15))
print(rand_hex_string)
x = 1
y = 2
z = sum(x,y)
print('Sum of %d and %d is %d' % (x, y, z))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment