Skip to content

Instantly share code, notes, and snippets.

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