Post

Coding Computing Coach
Coding Computing Coach@CodingComputing·
@Python_Dv Answer: D Solution: The `max` function internally works by comparing its inputs using the `<` operator. Here the max is being applied to 64, 65, 'A' Because the comparison between integers (64 and 65) and strings ("A") isn't supported, This gives a TypeError. NOTE: In C, +
English
0
0
0
324
Paylaş