3 followers
🧠 Understand > Memorise 📚
❤️ GoodLuck Coders!
Print statement in swift 5 In swift, the print statement is just like that of python, if you have used python before... Quick question, complete the...
Modules Modules are pieces of code that other people have written to fulfill common tasks, such as generating random numbers, performing mathematical...
Disclamer ⚠ This is not a literal virus that harms or infects any computers! We will be using the turtle to achieve our goal! If you want to get a...
Day 4 if Statements With If statements, if the condition evaluates to True, the statements are carried out. Otherwise, they aren't carried out. An if...
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...