Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Circular loop for week.
I = int(input ()) B = I A = [ ] while I < 7: #print ( I ) A.append(I) I = I +1 for x in range ( 0, B ): A.append(x) print ( A )
run
|
edit
|
history
|
help
0
Lesson 2-ex
Calculate Volume of Sphere
linked_lists_2
HW Descending order Insertion Sort
List comprehension, join, split usage
teste
Name
Insert a sequence of same numbers, unpacking
single inheritance
PyEq