0
course_name = input("Enter Course name: ")

output: Whatever user enters is automatically converted to upper case in real time.

Tomerikoo
  • 18,379
  • 16
  • 47
  • 61
  • This would be a platform/terminal dependent solution. What terminal/OS are you using? – blackbrandt Aug 11 '21 at 14:28
  • 3
    Ask the user to press Caps Lock. – MattDMo Aug 11 '21 at 14:28
  • Does this answer your question? [Prevent Python from showing entered input](https://stackoverflow.com/questions/24087290/prevent-python-from-showing-entered-input) – Tomerikoo Aug 11 '21 at 14:48
  • Does this answer your question? [python: Convert input to upper case on screen as it is typed](https://stackoverflow.com/questions/36611748/python-convert-input-to-upper-case-on-screen-as-it-is-typed). @Tomerikoo done. – blackbrandt Aug 11 '21 at 14:53

0 Answers0