わかりましたので、曜日を見つけるプログラムを書いています。プログラムはこのブロックまでスムーズに動作します
D = input()
A = ( (14 - 'month') /12)
Y = ( 'Year' - 'A' )
MonthProblem = ( 'month' + 12 * 'A' - 2 )
week = ( ('D' + 'Y' + 'Y'/4 - 'Y'/100 + 'Y'/400 + 31 * 'MonthProblem'/12) % 7 )
エラーは TypeError: unsupported operand type(s) for -: 'int' and 'str' です