File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Portuguese/02_Dia_Variaveis_BuiltIn_Functions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ Numeros e tipos de dados em python:
283
283
1 . Declare 5 como num_one e 4 como num_two
284
284
1 . Adicione num_one e num_two e atribua o valor a uma variável total
285
285
2 . Subtraia num_two de num_one e atribua o valor a uma variável diff
286
- 3 . Multiplique num_dois e num_um e atribua o valor a um produto variável
286
+ 3 . Multiplique num_two e num_one e atribua o valor a um produto variável
287
287
4 . Divida num_one por num_two e atribua o valor a uma divisão variável
288
288
5 . Use a divisão de módulo para encontrar num_dois dividido por num_um e atribua o valor a uma variável restante
289
289
6 . Calcule num_one elevado a num_two e atribua o valor a uma variável exp
You can’t perform that action at this time.
0 commit comments