I am fairly new with python, as I am learning on my own I encounter some minimal errors a students would mostly ask their professors but I dont have the luxury to do that right now so I am here. 
I want to check if Tkinter is installed using command on my Pc BUT I get a syntax error message, can someone help me with that? 
I typed -> python -m tkinter
--------------------------------
>> python -m tkinter
  File "<stdin>", line 1
    python -m tkinter
                    ^
SyntaxError: invalid syntax
 
     
     
    