CodeQuiz 0.6.1

Task collection: Python Foundations (1)

Author: admin, ID: 141

Tasks:

1.
for, range(10) and print
2.
while and **2
3.
while, != and indexing
4.
while, != and indexing
5.
Case distinction
6.
for, range and %
7.
Meaning of percent sign
8.
Compare data types
9.
Type of (3,)
10.
Result of 23 / 2
11.
while, %2, break, try, except
12.
counting with while
13.
List indexing (what is in a)?
14.
List indexing (a should be 3)?
15.
Extend list by one element (8)