Cours
Se connecter
Commencer à apprendre l'IA
Cours
Se connecter
Commencer à apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelp
newbie
-2 Votes
4 Réponses
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 Votes
9 Réponses
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 Vote
3 Réponses
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
Python intermediate help with dictionaries
0 Votes
I'm about to make a complex calculator in python
1 Votes
Marquee
0 Votes
Any Advise?
2 Votes
why is python community is too small in sololearn?
0 Votes
How far do courses go on Sololearn?
0 Votes
C#
0 Votes
Blockchain Development
0 Votes
Popsacles Aufgabe
1 Votes
Audio adding
1 Votes