Python Class Activities
Python Class Activities
Strings
Lists
Loops
28. Write a program to calculate the sum of all numbers from 1 to 100.
Functions
File Handling
41. Write a program to create a new text file and write some text into it.
General
47. Write a program to create a list of squares from 1 to 10 using list comprehension.