Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 5, 2019 21:48
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 codecademydev/1a4ea9a25046796670b478a04eec4d41 to your computer and use it in GitHub Desktop.
Save codecademydev/1a4ea9a25046796670b478a04eec4d41 to your computer and use it in GitHub Desktop.
Codecademy export
class Admin(User):
def edit_message(self, message, new_text):
new_text = message.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment