Yong Liu

Results 2 comments of Yong Liu

> Given Taichi doesn't support strings, the optimal way sounds like using f-strings: > > ```python > @ti.kernel > def foo(): > x = 123 > print(f'{x:b}') > ``` >...