What will typing the following at the Python interpreter produce?
lang = list('Python') ; lang[:-4]
Explanation
String 'Python' will first be converted to a list representation ['P', 'y', 't', 'h', 'o', 'n'] and assigned to variable lang.
Syntax [:-4] means slicing a list and returning all of its contents except for last 4 elements.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Python
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести