Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
what is the output of def func(x): res = 0 for i in range(x): res += i return res print(func(4))?
python
-11 Votos
17 Respostas
7th Jun 2018, 2:21 PM
Saurav nalla
I don't understand, why result is 6 def func(x): res=0 for i in range(x): res+= i return res print (func (4))
python
3 Votos
16 Respostas
8th Sep 2016, 12:47 PM
Giorgi
def func(x): res = 0 for i in range(x): res += i return res print(func(7))
function-arguments
modules
0 Voto
2 Respostas
12th Aug 2020, 7:46 AM
Shubham Kumar
Function output
def
func(a)
func(x):
print(a)
x=1
0 Voto
5 Respostas
12th Feb 2020, 8:35 PM
Sinan
explanation plzzzz!!!
+=
=
0
def
for
func(x):
i
in
range(x):
res
0 Voto
2 Respostas
20th Mar 2019, 8:48 AM
Azfar
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
Sticky position
2 Votes
Help please?
3 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How to get better with problem-solving and programming
1 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Ejercicio Pytho
0 Votes
SQL practice
2 Votes
Game development
0 Votes