🐍 Python & Raspberry 🐍
8.2K subscribers
1.92K photos
125 videos
623 files
1.23K links
Python- Raspberry Pi-AI-IOT
ادمین : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412

گروه پایتون
@Python_QA
تبادل
@mmtahmasbi
کانال مرتبط
@new_mathematical
@micropython_iot
@c_micro
اینستاگرام
http://Instagram.com/python_raspberry
Download Telegram
#trick

❇️ Do you print Python variables like this:
>>> print(f'x = {x}')

❇️ You're working too hard! As of Python 3.8, you can say:
>>> print(f'{x = }')

It shows the variable name, =, then the value. Actually, all expressions work:

>>> print(f'{len("abc") = }')
len("abc") = 3
Multiple returns from a function 👌🏻👌🏻

#python
#trick
#python_trick

@raspberry_python
چندین راه جهت پاک کردن لیست
#trick


@raspberry_python