x = "سلام چطورید؟"
y = "很好"
五 = 5
اسم = "大卫"

print(x)
print(y)
print(五)
print(اسم)

文 = str
چاپ = print
چاپ(文(五)*五)

