• Corsi
  • Compilatore di codice
  • Discuti
  • Prezzi
  • Squadre
Menu

Discussioni Q&A

Can anyone explain this nums = list(range(3, 15, 3)) print(nums[2])
#pleasehelpnewbie
-2 Voti
4 Risposte
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 Voti
9 Risposte
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 Voti
3 Risposte
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Gaurav Chaudhary - avatar
Popolare oggi
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
How do i make a lexer and parser
1 Votes
Help
1 Votes
Data analysis
0 Votes
Lesson Takeaways
0 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
Order of AI courses
0 Votes
Saved code
0 Votes