Problem with build Python code, ST doesn’t print variable name.
Step to reproduce
- Write simple python code
print(“Welcome”)
name = input("Enter your name: ")
print(name)
- Tools- Build Show in console
Welcome
Enter your name:
After printing name example Serge it doesn’t print variable name in console
The issue exist in ST Build 4173 and also in stable build 4169 for Linux,