ปลั๊กอินสำหรับไพธอนการพิมพ์ 2 ตัวเลขจำนวนเต็ม

รหัสตัวอย่าง

5
0

python3 รูปแบบผู้นำ 0

print(f"{1:02d}")
1
0

พิมพ์สองตัวเลขรูปแบบภาษาไพธอน

# Call str. format(number) with "{:. 2f}" as str and a float as number to 
# return a string representation of the number with two decimal places. 
# Call print(string) with the formatted float-string as string to print the float.

print("{:. 2f}".format(number))
0
0

ปลั๊กอินสำหรับไพธอนเป็นไงเพื่อทำให้จำนวนเต็มแสดงตัวเลข 2

print("{:0*number of characters here*d}".format(my_integer))

# Example with two characters, one of which is a leading zero
print("{:02d}".format(2))

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่