Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Then.... x=int(input("Enter number of players")) for i in range(x): players[i]=input() print (players)
python3
0 Vote
7 Réponses
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 Votes
17 Réponses
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 Votes
16 Réponses
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 Vote
2 Réponses
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 Vote
6 Réponses
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 Votes
4 Réponses
2nd Aug 2016, 5:40 AM
Roshan Maharjan
explanation plzzzz!!!
+=
=
0
def
for
func(x):
i
in
range(x):
res
0 Vote
2 Réponses
20th Mar 2019, 8:48 AM
Azfar
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Game development
0 Votes