Cours
Se connecterCommencer à apprendre l'IA
Cours
Se connecterCommencer à apprendre l'IA

Discussions Q&R

Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelpnewbie
-2 Votes
4 Réponses
2nd Jan 2021, 2:39 AM
Jamile Sale
Jamile Sale - avatar
def power(x, y): if y == 0: return 1 else: return x * power(x, y-1) print(power(2, 3))
memorizationrecursion
2 Votes
9 Réponses
11th May 2019, 9:51 AM
Магомед Акуев
Магомед Акуев - avatar
Why is the output of print (1 == 1) and (not (2 + 2 > 3)) coming as True?
(21)23))andascomingisofoutputprintthewhy
0 Vote
3 Réponses
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Gaurav Chaudhary - avatar
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