for letter in '''Break the execution of the loop while reading string
if there is a New line/Space/particular Letter''':
print (letter)
if letter=='space/New Line/particular letter'
break
這裏新線/空間/爲特定字母,如果條件如何打破循環時,有空間/新線/特定字母.. 嘗試與\ s - 空間,\ n - 新行或給信..但不成功..打破循環的執行,如果在蟒蛇
非常感謝! voidpro – yst