Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
13いいね 475回再生

Why Python's Boolean Type is More Complicated Than You Think

In this tutorial we will explore Python boolean data type.

In Python, boolean is a subtype of numeric data type, and it represents one of two values: True or False (which can also be represented by integers 1 and 0).

⭐️ Timeline
0:00 - Introduction
0:53 - Create booleans
1:15 - Create booleans: Assign True or False to a variable
2:17 - Create booleans: Use Python bool() constructor
5:31 - Create booleans: Boolean expressions in Python
7:37 - Booleans in control structures
09:13 - Conclusion

📄 Resources
Full article with Python code: mishasv.com/python-boolean-data-type-explained/

🔗 My Social Media
YouTube:    / @mishasv  
Website: mishasv.com/
LinkedIn: www.linkedin.com/in/mikhail-sidyakov
TikTok: www.tiktok.com/@mishamisha_sv
Instagram: www.instagram.com/mishamisha_sv
Twitter: twitter.com/mishamisha_sv
GitHub: github.com/misha-pyshark

🎬 My YouTube Equipment
Microphone (Blue Yeti): amzn.to/3IeIsLg
Keyboard (Razer Ornata V2): amzn.to/3aeJIBt
Mouse (Logitech G403): amzn.to/3ReLUK4
Headphones (Bose Quiet Comfort 35 II): amzn.to/3uqidMq

💸 Donations
💵 One-Time Donations: www.paypal.com/donate/?hosted_button_id=7QP8DZT48K…
💰 Patreon: www.patreon.com/misha_sv

--------------------------------------------------------------------------------------------------------------
⭐️ Tags
Python boolean
Boolean dat

コメント