Hello
I recently downloaded Sublime text and i thought of executing my first simple program.
print(“Hello World”)
code = input("type: ")
print(code)
When i wrote my program and build, the output is just coming as “Hello World” and it is not executing my program. I might be typing it wrong but it wrote
Hello World
type:
but when i run it in vscode, it runs properly.
Can anyone please help me with this issue?
Thank you