Skip to content

Instantly share code, notes, and snippets.

@audhiaprilliant
Created July 13, 2021 02:18
Show Gist options
  • Select an option

  • Save audhiaprilliant/04b10c08bc572255890522203845f92e to your computer and use it in GitHub Desktop.

Select an option

Save audhiaprilliant/04b10c08bc572255890522203845f92e to your computer and use it in GitHub Desktop.
# Check computerized last number
def checkComputerizedLastNumber(ID):
last_num = str(ID)[12:]
# Check last number
status = False
if status != '0000':
status = True
return (status, last_num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment