Telegram Group & Telegram Channel
Python dasturlash maktabi
⭕️ 3-bo'lim "Nazorat tarkibi" ————————————— Ⓜ️ "if" va "elif" operatorlari Biror shart bajarish uchun if operatorlaridan foydalanishingiz mumkin va shart operatori deyarli barcha dasturlarda ishtirok etadi. Shart operatori 3 qismdan iborat (if, elif, else).…
Ⓜ️ To'plam.

To'plam - takrorlanmaydigan va tartiblanmagan ma'lumotlar saqlaydigan ma'lumot turi.

To'plamdan takrorlanmaydigan ma'lumotlarni saqlash uchun foydalaniladi.

toplam = {'pythonuz', 'pythonuz', 1, 2, 1, 1}
print(toplam)
{'pythonuz', 2, 1}


Jingalak qavs yoki set() funksiyasi yordamida to'plamni tuzish mumkin.

literal = {'pythonuz', 'phpuz', 'mqluz'}
print(literal)
{'phpuz', 'pythonuz', 'mqluz'}


Bo'sh bo'lmagan to'plamni set funksiyasi yordamida tuzish tavsiya etilmaydi.
set_funksiyasi = set([1, 2, 3, 4, 'a', 'b'])
print(set_funksiyasi)
{1, 2, 3, 4, 'b', 'a'}

Warning: Function call can be replaced with set literal

Lu'gat va to'plam jingalak qavslar ichida joylashadi. Bo'sh to'plamni lug'atdan farqlash uchun set() funksiyasi yordamida tuzish tavsiya etiladi.
none = set()
print(none)
set()


To'plamda ro'yxat, to'plam yoki lug'at kabi o'zgaruvchan elementlar bo'lishi mumkin emas.

@pythonuz



tg-me.com/pythonuz/482
Create:
Last Update:

Ⓜ️ To'plam.

To'plam - takrorlanmaydigan va tartiblanmagan ma'lumotlar saqlaydigan ma'lumot turi.

To'plamdan takrorlanmaydigan ma'lumotlarni saqlash uchun foydalaniladi.

toplam = {'pythonuz', 'pythonuz', 1, 2, 1, 1}
print(toplam)
{'pythonuz', 2, 1}


Jingalak qavs yoki set() funksiyasi yordamida to'plamni tuzish mumkin.

literal = {'pythonuz', 'phpuz', 'mqluz'}
print(literal)
{'phpuz', 'pythonuz', 'mqluz'}


Bo'sh bo'lmagan to'plamni set funksiyasi yordamida tuzish tavsiya etilmaydi.
set_funksiyasi = set([1, 2, 3, 4, 'a', 'b'])
print(set_funksiyasi)
{1, 2, 3, 4, 'b', 'a'}

Warning: Function call can be replaced with set literal

Lu'gat va to'plam jingalak qavslar ichida joylashadi. Bo'sh to'plamni lug'atdan farqlash uchun set() funksiyasi yordamida tuzish tavsiya etiladi.
none = set()
print(none)
set()


To'plamda ro'yxat, to'plam yoki lug'at kabi o'zgaruvchan elementlar bo'lishi mumkin emas.

@pythonuz

BY Python dasturlash maktabi


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/pythonuz/482

View MORE
Open in Telegram


Python dasturlash maktabi Telegram | DID YOU KNOW?

Date: |

What is Telegram?

Telegram’s stand out feature is its encryption scheme that keeps messages and media secure in transit. The scheme is known as MTProto and is based on 256-bit AES encryption, RSA encryption, and Diffie-Hellman key exchange. The result of this complicated and technical-sounding jargon? A messaging service that claims to keep your data safe.Why do we say claims? When dealing with security, you always want to leave room for scrutiny, and a few cryptography experts have criticized the system. Overall, any level of encryption is better than none, but a level of discretion should always be observed with any online connected system, even Telegram.

Should You Buy Bitcoin?

In general, many financial experts support their clients’ desire to buy cryptocurrency, but they don’t recommend it unless clients express interest. “The biggest concern for us is if someone wants to invest in crypto and the investment they choose doesn’t do well, and then all of a sudden they can’t send their kids to college,” says Ian Harvey, a certified financial planner (CFP) in New York City. “Then it wasn’t worth the risk.” The speculative nature of cryptocurrency leads some planners to recommend it for clients’ “side” investments. “Some call it a Vegas account,” says Scott Hammel, a CFP in Dallas. “Let’s keep this away from our real long-term perspective, make sure it doesn’t become too large a portion of your portfolio.” In a very real sense, Bitcoin is like a single stock, and advisors wouldn’t recommend putting a sizable part of your portfolio into any one company. At most, planners suggest putting no more than 1% to 10% into Bitcoin if you’re passionate about it. “If it was one stock, you would never allocate any significant portion of your portfolio to it,” Hammel says.

Python dasturlash maktabi from us


Telegram Python dasturlash maktabi
FROM USA