Computer Science, asked by sarofficial786, 1 month ago

Which one is not a valid variable? *
A. Sum
B.temp
C.rate_int
D enum

Answers

Answered by pjgaikar06
8

Answer:

A] Sum

Explanation:

Sum is considered a Python keyword and should not be used as a variable name.

Similar questions