To use the IronPython command line, open ipy.exe or ipy64.exe. Both files are located in the path that was selected during installation. By default they will be located at C:\Program Files\IronPython 2.7\.
Then start writing your statements directly in the IronPython command line.
For example: print 'Hello World'
OR
For ironpython 3: print ('Hello World')