A.os.getcwd()B.sys.cwd()C.os.currentdir()D.sys.currentdir()
A.str.lower()B.str.toLowerCase()C.toLower(str)D.lower(str)
A.ord(char)B.char.ord()C.ascii(char)D.char.ascii()