#python3
Read more stories on Hashnode
Articles with this tag
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...
Here, we will learn about strings in python3 and how to use them in less than 2 mins. There's a small test at the end too :) · Welcome to Python 3 !...