Courses
Log in
Start Learning AI
Courses
Log in
Start Learning AI
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelp
newbie
-2 Votes
4 Answers
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 Answers
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 Votes
3 Answers
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Ask a question
Ask a question
Hot today
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for āIntergalactic Championā
4 Votes
Python intermediate help with dictionaries
0 Votes
Marquee
1 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes
Any Advise?
1 Votes
RUST'S FUTURE
1 Votes
How far do courses go on Sololearn?
0 Votes
Popsacles Aufgabe
1 Votes
I'm about to make a complex calculator in python
0 Votes
Button In C++
1 Votes