Курсы
Войти
Начать изучение ИИ
Курсы
Войти
Начать изучение ИИ
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
what is the output of def func(x): res = 0 for i in range(x): res += i return res print(func(4))?
python
-11 голосов
17 ответов
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 голосов
16 ответов
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 голосов
2 ответов
12th Aug 2020, 7:46 AM
Shubham Kumar
Function output
def
func(a)
func(x):
print(a)
x=1
0 голосов
5 ответов
12th Feb 2020, 8:35 PM
Sinan
explanation plzzzz!!!
+=
=
0
def
for
func(x):
i
in
range(x):
res
0 голосов
2 ответов
20th Mar 2019, 8:48 AM
Azfar
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes