Explored Python at CodeCademy. Worked on, Python Syntax tutorial 3 of 13, storing and working with different types of data using the “variable” functions, specifically “booleans”.
The code used:
my_int = 7
my_float = 1.23
my_bool = True
There was no interaction, the code simply set the variables to the corresponding values.
No comments:
Post a Comment