Search
A first homework to practice the basics from the first two labs; definition of variables, vectors, matrices, functions, working with strings and data structures.
Your task is to define the variables and functions as described below.
Define the following objects as described in the template;
x
y
s
δ
primes
fives
tup
A
B
C
Implement the following two functions as described in the template;
normal
count_letters
Tips for successful solution: