↻
⏵︎ Run
x = 25 y = 88 mystring = f'The point in XY plane is ({x},{y})' print(mystring)
Output