18 of 100 menu

Python Taskbook Level 2.8

Use a loop to fill the list with integers from 1 to 10.

Given a string of letters, check that there are no more than two capital letters in this string.

Given a list of strings containing integers:

['1', '2', '3', '4', '5']

Convert the elements of this list to numbers:

[1, 2, 3, 4, 5]
enru