Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelpnewbie
-2 Votes
4 Answers
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 Answers
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 Votes
3 Answers
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Gaurav Chaudhary - avatar
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