hi all,
i have tried the following in anvil but it the editor does not seem to like it:
https://www.youtube.com/shorts/7cAoUqGh4r8
my_var = "hello"
print(f'{my_var=}')
# expecting the print output to be my_var='hello'
am i missing anything or is this a future request?