“variabel dan string cetak python” Kode Jawaban

variabel dan string cetak python

# This prints out "John is 23 years old."
name = "John"
age = 23
print("%s is %d years old." % (name, age))
# note: the letter is based on the datatype. %s = string, %d = decimal
Jealous Joey

variabel dan string cetak python

foo = "seven"

print("She lives with " + foo + " small men")
Dark Dolphin

Jawaban yang mirip dengan “variabel dan string cetak python”

Pertanyaan yang mirip dengan “variabel dan string cetak python”

Lebih banyak jawaban terkait untuk “variabel dan string cetak python” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya