P
P
Pavel2021-07-11 23:20:35
Python
Pavel, 2021-07-11 23:20:35

Where can I find python problems?

Where can I find python problems?
I am a beginner
(my level is : , loops , lists)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Sokolov, 2021-07-11
@Angel700

Code Wars
for example. We need to write a function that takes a list of non-negative integers and strings and returns a list with all strings removed.
filter_list([1,2,'a','b']) == [1,2]

L
low molecular macro, 2021-07-11
@molekulyarniy

code wars?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question