Learning Path #2 CS - 8° - 1p-24 - 25
Learning Path #2 CS - 8° - 1p-24 - 25
Online version
LEARNING PATH STEPS
1 Python review
When striving for full comprehension, it's crucial
2 Evaluative activity #1
Using Python online editor solve the
to thoroughly review each subject matter problem situation
separately. Taking detailed notes and engaging
in practical activities can significantly reinforce
your understanding.
3 Evaluative activity #2
Sending your work
By assignments in TEAMS 4 Using Python online editor solve the
problem situation
Learning Path #2
LEARNING PATH GUIDELINES:
There are some things you should consider, please take them into account.
During the development of the learning path: For the review and evaluation of the learning path:
PYTHON VARIABLES
Variables are containers for storing data values
Variables do not need to be declared with any particular type, and can
even change type after they have been set.
Python has no command for declaring a variable.
A variable is created the moment you first assign a value to it.
PYTHON COMMENTS
PYTHON STRINGS
PYTHON STRINGS
Python strings
2. Evaluative activity #1
Python online compiler