import os
from slackclient import slackclient
SLACK_TOKEN = os.eviron.get ('SLACK_TOKEN')
slack_client = SlackClient (SLACK_TOKEN)
username=raw_input("Please Type the user you would like to deactivate: ")
print "User: "
users.admin.setInactive <--- Not sure how to implement this