Sublime Forum

Problem with build Python code

#1

Problem with build Python code, ST doesn’t print variable name.

Step to reproduce

  1. Write simple python code
    print(“Welcome”)
    name = input("Enter your name: ")

print(name)

  1. 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,
0 Likes

#2
0 Likes