Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Then.... x=int(input("Enter number of players")) for i in range(x): players[i]=input() print (players)
python3
0 голосов
7 ответов
24th May 2018, 11:36 AM
Nwankwo Valentine
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
Why does this code not work: import random def d6(x): for i in range(x): value=random.randint(1,6) if value==1-3: print("heads") if value==4-6: print("tails") d6(1)
definitions
python
random
0 голосов
6 ответов
25th Aug 2016, 1:23 PM
Ezie
def func(x) res=0 for i in range(x): res+=i return res print(func(4)) how is answer is 6. after running the code line by line, wont return res terminate the loop and return value 0 to print?
python
2 голосов
4 ответов
2nd Aug 2016, 5:40 AM
Roshan Maharjan
explanation plzzzz!!!
+=
=
0
def
for
func(x):
i
in
range(x):
res
0 голосов
2 ответов
20th Mar 2019, 8:48 AM
Azfar
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
code coach
4 Votes
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
Does this app support the audio tag?
0 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
0 Votes
I dont know what i should do with java script
0 Votes
أنا مبتدئ، كيف أبدأ تعلم البرمجة وما هي أفضل لغة لي؟
1 Votes
i want correct anwer code
0 Votes
Who should or which website should i visit or watch so i could learn python??
1 Votes
IndexOf()
1 Votes
Is there a level after intermediate Python?
1 Votes