News
Access your Python editor. Prompt the user to enter data using the "raw_input" function and the "lower" function. For example, type:text = raw_input("Enter a Letter: ").lower() print text Press Enter.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Python 3 we need to use input. Python 2 it considers input() as an type expression where it considers raw_input() as string. We need to carefully use those. When you are using dict with python upto ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results