# ایجاد رشته با نقل‌قول تک و دوگانه
string1 = 'سلام دنیا'
string2 = "Python is awesome!"
print(string1)
print(string2)