Cursos
Fazer loginComeçar a aprender IA
Cursos
Fazer loginComeçar a aprender IA

Q&A Discussões

Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelpnewbie
-2 Votos
4 Respostas
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 Votos
9 Respostas
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 Voto
3 Respostas
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Gaurav Chaudhary - avatar
Quente hoje
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes