Skip to content

Instantly share code, notes, and snippets.

@JulianaGuama
Last active April 13, 2019 02:31
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 JulianaGuama/f5dc512597e6192035191344e7bd5e57 to your computer and use it in GitHub Desktop.
Save JulianaGuama/f5dc512597e6192035191344e7bd5e57 to your computer and use it in GitHub Desktop.
Operadores aritméticos em Python
operação operador exemplo
adição + 'a+b=30'
subtração - 'a-b=-10'
multiplicação * 'a*b=200'
divisão / 'a/b=2'
módulo % 'a%b=0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment