Today I quickly debugged a hacky automation script I have using a great tip from @mariatta, using = on f-strings ๐น
print(f'{len(divs)=} {len(cat_puzzle_lists)=} {col_len=}')
output:
len(divs)=3 len(cat_puzzle_lists)=4 col_len=1.3333333333333333
Learn more at: https://youtu.be/SNA2O0NQl_Q
Edited 244d ago