Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Python

string.whitespace ใน Python


ในบทช่วยสอนนี้ เราจะเรียนรู้เกี่ยวกับ string.whitespace .

สตริง ช่องว่าง ถูกกำหนดไว้ล่วงหน้าใน สตริง โมดูลของ Python3 . หากมี เว้นวรรค, tab,linefeed, return, formfeed, และ แท็บแนวตั้ง .

ตัวอย่าง

# importing the string module
import string
# printing a string
print("Hello")
# whitespace printing
print(string.whitespace)
# printing a string
print('tutorialspoint')

ผลลัพธ์

หากคุณเรียกใช้โค้ดด้านบน คุณจะได้ผลลัพธ์ดังต่อไปนี้

Hello

tutorialspoint

บทสรุป

หากคุณมีข้อสงสัยใดๆ ในบทแนะนำ โปรดระบุในส่วนความคิดเห็น