def gfg(x,l=[]): for I in range(x): l.append(i*i) print(l) gfg(2) gfg(3,[3,2,1]) gfg(3)
Effizienter lernen, kostenlos:
Einführung in Python
7.1M Lernende
Einführung in Java
4.7M Lernende
Einführung in C
1.5M Lernende
Einführung in HTML
7.5M Lernende