print("test")
m = input("Name: ")
print(m)
I was getting ready to start programing. I opened cmd and ran my program and it opened a new cmd and printed out my code. Why is python opening a new cmd window to run my script unstead of using the cmd that was opened?
Also I recently updated python to python 3.10