On 2014-09-28 07:53, lei yang wrote:
Hi expert,How to express shift+enter in python ?
Have you tried ^J or chr(10)? i.e. shift_plus_enter = chr(10) _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor