• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

Python For I in
[i**3foriinrange(5)]
0 Votes
3 Answers
19th Dec 2016, 2:10 PM
Lucas
Lucas - avatar
nums = [i**2 for i in range(5)] print(nums) [1, 4, 9, 16] "..what will this create..?" "Correct" answer was: "A list of even numbers between 0 and 18." 9 is not an even number tho. Is this a typo or am i missunderstanding/missinterpreting?
listspython
0 Votes
3 Answers
28th Aug 2016, 6:33 PM
Andrew4200
Andrew4200 - avatar
Hot today
Just simple question
0 Votes
Where is the bug?
1 Votes
HTML
0 Votes
How to 2
0 Votes
Is a refund possible?
1 Votes
How to
0 Votes
How can I start coding an app
0 Votes
Python help
1 Votes
What is the output and why
0 Votes
I want an advice
1 Votes