Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelp
newbie
-2 Voti
4 Risposte
2nd Jan 2021, 2:39 AM
Jamile Sale
def power(x, y): if y == 0: return 1 else: return x * power(x, y-1) print(power(2, 3))
memorization
recursion
2 Voti
9 Risposte
11th May 2019, 9:51 AM
Магомед Акуев
Why is the output of print (1 == 1) and (not (2 + 2 > 3)) coming as True?
(2
1)
2
3))
and
as
coming
is
of
output
print
the
why
0 Voti
3 Risposte
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes