Skip to content

Instantly share code, notes, and snippets.

@pralabhsaxena05
Created March 26, 2021 15:55
Show Gist options
  • Save pralabhsaxena05/83298c6c86550b5f2f560b80bb61db38 to your computer and use it in GitHub Desktop.
Save pralabhsaxena05/83298c6c86550b5f2f560b80bb61db38 to your computer and use it in GitHub Desktop.
x = ord('a')
y = ord('$')
z = ord(' ') #space character
print(x)
print(y)
print(z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment