top of page
Profile
Join date: Aug 21, 2021
About
0 likes received
0 comments received
0 best answers
Posts (5)

Oct 17, 2021 ∙ 4 min
Analytics of Guest Stars in The Office
The Office! What started as a British documentary series about office culture in 2001 has since spawned ten other variants across the...
20
0
Oct 5, 2021 ∙ 2 min
Tuples
Python tuples are a data structure that store an ordered sequence of values. Tuples are immutable. This means you cannot change the...
5
0
Oct 5, 2021 ∙ 4 min
Understanding of args and kwargs
args and kwargs allow you to pass multiple arguments or keyword arguments to a function. # Consider the following example. def my_sum(a,...
8
0

Sep 11, 2021 ∙ 1 min
Converting numbers into words
I started by defining a function which enable the user to enter input values of number needed to be converted into words #Defining a...
16
2

Sep 10, 2021 ∙ 1 min
Body Mass Index (BMI) calculator
Body Mass Index(BMI) is a simple calculation using a person’s height and weight. The formula is BMI = kg/m2 where kg is a person’s weight...
32
2
fredy chimire
Writer
More actions
bottom of page