Activities

s8problem1.py

import random
import math

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

# define functions


# call to main function
main()

s8problem2.py

import random
import math

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

# define functions


# call to main function
main()

s8problem3.py

s8problem4.py

s8problem5.py

s8problem6.py

s8problem7.py

s8problem8.py

s8problem9.py

s8problem10.py

Last updated