notebook.community
Edit and run
In [1]: # not s = '2*3' print(f'predict the output: 6 or 2*3 {s}')
# not s = '2*3' print(f'predict the output: 6 or 2*3 {s}')
predict the output: 6 or 2*3 2*3