We don't have a term O(2). Instead, we have O(1) that represents the Time Complexity for all constants and we call O(1) the Constant Time. So if we have T(n) = 2 then the complexity is O(1). No O(2).