Just recently got into python and I'm having trouble understanding what's going on.
When I write print("hello world")
, I input python3 name.py
in the terminal and it prints.
However when I change the str to (e.g.) "bye"
, and input the same thing in the terminal, it still prints hello world
. Why isn't it updating? Thanks