#programming-blogs
Read more stories on Hashnode
Articles with this tag
Day 3 Booleans : Booleans can have two values: True and False. We can create them by comparing values, for instance by using the equal operator ==...
Day 2 Variable: A variable lets you store a value by assigning it to a name. The name can be used to refer to the value later in the program. For...