Activities

s4problem1.py

print("Problem 1")

s4problem2.py

print("Problem 2")

s4problem3.py

print("Problem 1")

s4problem4.py

import random
import math

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

# define functions


# call to main function
main()

s4problem5.py

s4problem6.py

s4problem7.py

s4problem8.py

s4problem9.py

s4problem10.py

s4problem11.py

s4problem12.py

Last updated