• Cursos
  • Compilador de Código
  • Discutir
  • Preços
  • Teams
Menu

Q&A Discussões

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-argumentsmodules
0 Voto
2 Respostas
12th Aug 2020, 7:46 AM
Shubham Kumar
Shubham Kumar - avatar
Function output
deffunc(a)func(x):print(a)x=1
0 Voto
5 Respostas
12th Feb 2020, 8:35 PM
Sinan
explanation plzzzz!!!
+==0defforfunc(x):iinrange(x):res
0 Voto
2 Respostas
20th Mar 2019, 8:48 AM
Azfar
Azfar - avatar
Quente hoje
Activities on sololearn
1 Votes
What is problem in this code
0 Votes
playground input
0 Votes
Html issue
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
Software developer
0 Votes
How I can use div
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
Playground input
0 Votes