Activities

s7problem1.py

import random
import math

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

# define functions


# call to main function
main()

s7problem2.py

import random
import math

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

# define functions


# call to main function
main()

s7problem3.py

s7problem4.py

s7problem5.py

s7problem6.py

s7problem7.py

s7problem8.py

s7problem9.py

s7problem10.py

s7problem11.py

s7problem12.py

Last updated