[Solved] Python: max & min functions
[ad_1] As per the ASCII table Capital letters points to decimal 65 to 90 (65-90 → A-Z ) Small letters points to decimal 97-122 (97-122 → a-z) so, max value = o (decimal 111) min value = W (decimal 87) ASCII table for your reference 1 [ad_2] solved Python: max & min functions