#2articles1week
Read more stories on Hashnode
Articles with this tag
break statement The break statement enables a program to skip over a part of the code. A break statement terminates the very loop it lies...
while loop · While loop: With the while loop we can execute a set of statements as long as a condition is true. As soon as the condition becomes False,...
for loop in python · Introduction to Loops: Sometimes a programmer wants to execute a group of statements a certain number of times. This can be done...
Match Case Statements A match statement will compare a given variable’s value to different shapes, also referred to as the pattern. The main idea is...
Good Morning Python Program · Create a python program capable of greeting you with Good Morning, Good Afternoon and Good Evening. Your program should use...
Part # 02 · METHODSMETHODSMETHODS capitalizecountfind, index upper, lowerendswith, startswithrfind, rindex casefoldstrip, rstrip, lstripisupper,...