95 of 100 menu

Python Taskbook Level 10.5

Given a number, display the process of factoring the number into prime factors, as in school.

Given an arbitrary two-dimensional list:

[ [11, 12, 13, 14, 15], [21, 22, 23, 24, 25], [31, 32, 33, 34, 35], [41, 42, 43, 44, 45], [51, 52, 53, 54, 55], ]

Write code that will get a list of values ​​for a given column:

[ 13, 23, 33, 43, 54 ]

Given a multidimensional list of arbitrary nesting level:

[ 'a': [ 'b': [ 'c': '+++' ] ], ]

Make a function that will return the elements of an object, receiving as a parameter a string with the keys of the object, separated by dots:

func('a.b.c'); // will return '+++'
English
AfrikaansAzərbaycanБългарскиবাংলাБеларускаяČeštinaDanskDeutschΕλληνικάEspañolEestiSuomiFrançaisहिन्दीMagyarՀայերենIndonesiaItaliano日本語ქართულიҚазақ한국어КыргызчаLietuviųLatviešuМакедонскиMelayuမြန်မာNederlandsNorskPolskiPortuguêsRomânăРусскийසිංහලSlovenčinaSlovenščinaShqipСрпскиSrpskiSvenskaKiswahiliТоҷикӣไทยTürkmenTürkçeЎзбекOʻzbekTiếng Việt
We use cookies for website operation, analytics, and personalization. Data processing is carried out in accordance with the Privacy Policy.
accept all customize decline