-
-
Notifications
You must be signed in to change notification settings - Fork 6
🐍 Program 141: ASCII Capitalization #164
Copy link
Copy link
Open
Labels
PythonPython Interview QuestionsPython Interview QuestionsenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Milestone
Metadata
Metadata
Assignees
Labels
PythonPython Interview QuestionsPython Interview QuestionsenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
🐍 Program 141: ASCII Capitalization
📌 Description
Create a function that takes a string as input and capitalizes a letter if its ASCII code is even and returns its lowercase version if its ASCII code is odd.
💡 Code Example
✅ Output
🧠 Explanation
ord(char).