Activities

s5problem1.py

import random
import math

# define main function
def main():
    print("Main Function")
    # call functions
    

# define functions


# call to main function
main()

s5problem2.py

import random
import math

# define main function
def main():
    print("Main Function")
    # call functions
    

# define functions


# call to main function
main()

s5problem3.py

s5problem4.py

s5problem5.py

s5problem6.py

s5problem7.py

s5problem8.py

s5problem9.py

playlist.py

Last updated