#مقدماتی_پایتون
🧨نکات دستور print
⚠️⚠️⚠️
print("spam", "eggs")
>>>spam eggs
print("spam" +"eggs")
>>>spameggs
💡جمع بندی عملیات رشته ای
⚠️⚠️
str + int ->Error
str * str->Error
str + str ->strstr
str * int - >strstrstr..... int multiple
str * float ->Error
str + float ->Error
🗂 مرکز آموزش پایتون
➖➖➖➖➖
🆔 : @pythonchallenge
>>Click here to continue<<