Sr.No Loop Type & Description
2 for-do loop Executes a sequence of statements multiple times and abbreviates the code that manages the loop variable.
3 repeat-until loop Like a while statement, except that it tests the condition at the end of the loop body. (HOPE THIS HELPS!!)
Answer: you can add program by using a "pin" option or
For frequently used program you can customize the list by including or exuding program
But those on right are coming with Windows features
Answer:
Explanation: what class is this aND grade
Answer:
declare a list and loop through to get the total sales
Explanation:
input_string = input("Enter sales: ")
userList = input_string.split()
print("user list is ", userList)
print("Calculating total of the sales")
sum = 0
for num in userList:
sum += int(num)
print("Total sales= ", sum)
Answer:
Explanation:
The number one thing that comes to my mind would be identity theft.