mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
commit
79004c5b4a
@ -706,6 +706,7 @@ def double_numbers(iterable):
|
||||
double_arr = []
|
||||
for i in iterable:
|
||||
double_arr.append(i + i)
|
||||
return double_arr
|
||||
|
||||
|
||||
# Running the following would mean we'll double all values first and return all
|
||||
|
Loading…
Reference in New Issue
Block a user