Corsi
AccediInizia a imparare l'IA
Corsi
AccediInizia a imparare l'IA

Discussioni Q&A

Then.... x=int(input("Enter number of players")) for i in range(x): players[i]=input() print (players)
python3
0 Voti
7 Risposte
24th May 2018, 11:36 AM
Nwankwo Valentine
Nwankwo Valentine - avatar
what is the output of def func(x): res = 0 for i in range(x): res += i return res print(func(4))?
python
-11 Voti
17 Risposte
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 Voti
16 Risposte
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 Voti
2 Risposte
12th Aug 2020, 7:46 AM
Shubham Kumar
Shubham Kumar - avatar
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)
definitionspythonrandom
0 Voti
6 Risposte
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 Voti
4 Risposte
2nd Aug 2016, 5:40 AM
Roshan Maharjan
Roshan Maharjan - avatar
explanation plzzzz!!!
+==0defforfunc(x):iinrange(x):res
0 Voti
2 Risposte
20th Mar 2019, 8:48 AM
Azfar
Azfar - avatar
Popolare oggi
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
Bro can you fix yt error?
0 Votes
Anyone have song names? Comment your favorites here for a project im working on
1 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Bug in Completing AI Practice
0 Votes