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

Find the error and output

def gfg(x,l=[]): for I in range(x): l.append(i*i) print(l) gfg(2) gfg(3,[3,2,1]) gfg(3)

pythonpython3pythonprogramming
4th Apr 2020, 3:05 AM
Model Pilot
Model Pilot - avatar
1 Answer
0
Correct your line 2 I=i
4th Apr 2020, 4:46 AM
Tricker

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Python library
2 Votes
[ReSolved] Still No Intergalactic Champion Badge?
1 Votes
Infinite Loop Trap on JavaScript
2 Votes
Why there are many programming language ??
2 Votes
I have been at it for hours and just got totally stuck on the chat bot v1.1 very first problem got me stuck.
0 Votes
Data Structure And Algorithm
2 Votes
How to remember coding
1 Votes
HOW CAN I CODE FASHION STYLIST USING JAVA?
0 Votes
Future Talk
1 Votes
How to fix the black / white screen when I use html/css/js???
1 Votes