Do you know this simple Debug Trick with f-Strings in Python?
You simply can say this to debug your variable:
print(f"""
{x=},
{y=},
{x + y=}
""")
#coding #python #programming#codingtogether
Видео Do you know this simple Debug Trick with f-Strings in Python? канала Coding Together
print(f"""
{x=},
{y=},
{x + y=}
""")
#coding #python #programming#codingtogether
Видео Do you know this simple Debug Trick with f-Strings in Python? канала Coding Together
Комментарии отсутствуют
Информация о видео
11 июня 2025 г. 22:31:36
00:01:12
Другие видео канала