Skip The Special Characters in using python on RedHat Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KrishnamoorthyM
    New Member
    • Jan 2013
    • 1

    Skip The Special Characters in using python on RedHat Linux

    How to Skip The Enter Key in using python on redhat linux?
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    Python does not respond to the enter key unless the program is getting some input. There are many functions/tools to get input, (take a look at binding <<Modified>> to a function in Tkinter). You will find that answers are good when the questions are good and include a bit of code to demonstrate the problem.

    Comment

    Working...