Friday, October 19, 2018

Python week 2

After we learn the basic syntax of python, we need to proceed to variable.

Variable is very important in programming, since it "acts" like a container to store our value.

The type of variables are integer int, string str and float (for decimal number).

You are an elite if you can conquer the confusion of the data type and the casting and conversion.

Assignment a value into a variable help to store the value we need. So, how to access or retrieve the data is also another challenge. It helps us to proceed to next steps we need to do like doing operation or pass into another function for further action.

I had include the notes, exercise regarding the datatype, and how to access it in the link below.

Have fun!

Python notes_week 2

No comments:

Post a Comment

Superior of partial fraction

What is complex fraction? Complex fraction is a fraction whereby its numerator or denominator or both consists of fractions. Partial frac...