Print variable+value

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?

This is not available in Skulpt, because Skulpt is a limited implementation of python, and in the server side, unless you switch to python 3.10 beta, because that syntax has been introduced in python 3.8.

1 Like