COMP3311 23T1 Assignment 2 … Python helper functions
# COMP3311 23T1 Assignment 2 … Python helper functions # add any functions to share between Python scripts # Note: you must submit this file even if you add nothing to it def clean(s: str) -> str: Clean user input remove leading and trailing whitespace convert to title case (first letter of each word is […]
COMP3311 23T1 Assignment 2 … Python helper functions Read More »