# <strong>Unit 1.2. </strong> Basic Components, Data types, and Basic I/O
## Assignment Cubric
:::info
Write a block code on Google Collab that takes real number input including money, time (month), and interest in order to **calculates compound interest**
:::
## Assignment Requirement
### Level 1: Be able to write code
- Submit a screenshot of code block & correctly calculated result
### Level 2: Be able to analyse the problem
- Submit a screenshot of code block & correctly calculated result
- Write a table that analyse input, input types, and output of the problem
- Write a list of steps which describe "*how can we solve the problem*" step-by-stp
### Level 3: Be able to analyse the components
- Submit a screenshot of code block & correctly calculated result
- Write a table that analyse input, input types, and output of the problem
- Write a list of steps which describe "*how can we solve the problem*" step-by-stp
- Write a list of components in your code, **as much as possible** and **as small as possible**