Telegram Group & Telegram Channel
🎲#گام_به_گام

💻 کدنویسی

🔣 دستورات پایه در پایتون: قسمت دوم

متغیرها (variables)
متغیرها محفظه‌هایی برای ذخیره مقادیر داده‌ها هستند.

🔴 ایجاد متغیرها
پایتون هیچ فرمانی برای اعلان متغیر ندارد.
یک متغیر در لحظه‌ای ایجاد می‌شود که برای اولین بار یک مقدار به آن اختصاص می‌دهید.
⬅️مثال:
x = 5
y = "John"

🟡 متغیرها نیازی به اعلان با نوع خاصی ندارند و حتی بعد از تنظیم می‌توانند نوع خود را تغییر دهند.
⬅️ مثال:
x = 4 # یک عدد است x
x = "Sally" # یک رشته است x حالا
print(x)

انتخاب‌کردن (casting)
اگر می‌خواهید نوع داده یک متغیر را مشخص کنید، این کار را می توان با casting انجام داد.

x = str(3)
y = int(3)
z = float(3)

نوع را دریافت کنید.
شما می توانید نوع داده یک متغیر را با تابع type() دریافت کنید.

⬅️ مثال
x = 5
y = "John"
print(type(x))
print(type(y))
خروجی پایتون:
<class 'int'>
<class 'str'>
👈 ادامه دارد....

#️⃣#کدنویسی
#️⃣#IDSchools
#️⃣#IDS
#️⃣#IDS_Math

✉️@IDSchools
✉️@IDS_Math
Please open Telegram to view this post
VIEW IN TELEGRAM



group-telegram.com/IDS_Math/91
Create:
Last Update:

🎲#گام_به_گام

💻 کدنویسی

🔣 دستورات پایه در پایتون: قسمت دوم

متغیرها (variables)
متغیرها محفظه‌هایی برای ذخیره مقادیر داده‌ها هستند.

🔴 ایجاد متغیرها
پایتون هیچ فرمانی برای اعلان متغیر ندارد.
یک متغیر در لحظه‌ای ایجاد می‌شود که برای اولین بار یک مقدار به آن اختصاص می‌دهید.
⬅️مثال:
x = 5
y = "John"

🟡 متغیرها نیازی به اعلان با نوع خاصی ندارند و حتی بعد از تنظیم می‌توانند نوع خود را تغییر دهند.
⬅️ مثال:
x = 4 # یک عدد است x
x = "Sally" # یک رشته است x حالا
print(x)

انتخاب‌کردن (casting)
اگر می‌خواهید نوع داده یک متغیر را مشخص کنید، این کار را می توان با casting انجام داد.

x = str(3)
y = int(3)
z = float(3)

نوع را دریافت کنید.
شما می توانید نوع داده یک متغیر را با تابع type() دریافت کنید.

⬅️ مثال
x = 5
y = "John"
print(type(x))
print(type(y))
خروجی پایتون:
<class 'int'>
<class 'str'>
👈 ادامه دارد....

#️⃣#کدنویسی
#️⃣#IDSchools
#️⃣#IDS
#️⃣#IDS_Math

✉️@IDSchools
✉️@IDS_Math

BY ریاضی، آمار و علوم کامپیوتر - مدارس میان‌رشته‌ای


Warning: Undefined variable $i in /var/www/group-telegram/post.php on line 260

Share with your friend now:
group-telegram.com/IDS_Math/91

View MORE
Open in Telegram


Telegram | DID YOU KNOW?

Date: |

The regulator said it had received information that messages containing stock tips and other investment advice with respect to selected listed companies are being widely circulated through websites and social media platforms such as Telegram, Facebook, WhatsApp and Instagram. Continuing its crackdown against entities allegedly involved in a front-running scam using messaging app Telegram, Sebi on Thursday carried out search and seizure operations at the premises of eight entities in multiple locations across the country. Ukrainian forces successfully attacked Russian vehicles in the capital city of Kyiv thanks to a public tip made through the encrypted messaging app Telegram, Ukraine's top law-enforcement agency said on Tuesday. The picture was mixed overseas. Hong Kong’s Hang Seng Index fell 1.6%, under pressure from U.S. regulatory scrutiny on New York-listed Chinese companies. Stocks were more buoyant in Europe, where Frankfurt’s DAX surged 1.4%. Channels are not fully encrypted, end-to-end. All communications on a Telegram channel can be seen by anyone on the channel and are also visible to Telegram. Telegram may be asked by a government to hand over the communications from a channel. Telegram has a history of standing up to Russian government requests for data, but how comfortable you are relying on that history to predict future behavior is up to you. Because Telegram has this data, it may also be stolen by hackers or leaked by an internal employee.
from in


Telegram ریاضی، آمار و علوم کامپیوتر - مدارس میان‌رشته‌ای
FROM American