Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created July 6, 2019 23: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/b605f792b7edcc28645d4caa1ffcbdab to your computer and use it in GitHub Desktop.
Save codecademydev/b605f792b7edcc28645d4caa1ffcbdab to your computer and use it in GitHub Desktop.
Codecademy export
my_team = 27 % 4
print(my_team)
my_team2 = 26 % 4
print(my_team2)
my_team3 = 28 % 4
print(my_team3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment