Activities

s6problem1.py

import random
import math

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

# define functions


# call to main function
main()

s6problem2.py

import random
import math

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

# define functions


# call to main function
main()

contacts.py

s6problem4.py

Last updated