Problem
Given an integercolumnNumber, return its corresponding column title as it appears in an Excel sheet.
For example:
Examples
Constraints
- 1 <= columnNumber <= 2^31 - 1
Tested Python solution for LeetCode 168 with 18 pytest cases. Generate a practice environment with lcpy.
columnNumber, return its corresponding column title as it appears in an Excel sheet.
For example: