• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

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 Respuestas
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 Respuestas
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 Votos
2 Respuestas
12th Aug 2020, 7:46 AM
Shubham Kumar
Shubham Kumar - avatar
Function output
deffunc(a)func(x):print(a)x=1
0 Votos
5 Respuestas
12th Feb 2020, 8:35 PM
Sinan
explanation plzzzz!!!
+==0defforfunc(x):iinrange(x):res
0 Votos
2 Respuestas
20th Mar 2019, 8:48 AM
Azfar
Azfar - avatar
En tendencia hoy
Loops and conditions
2 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
How can I turn my .py files to .exe files?
1 Votes
Hey ! how to install modules on this app
0 Votes